| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | rep-cache-db.sql | 31 expanded_size INTEGER NOT NULL field 51 expanded_size INTEGER NOT NULL field 58 SELECT revision, offset, size, expanded_size 64 INSERT OR IGNORE INTO rep_cache (hash, revision, offset, size, expanded_size) 69 SELECT hash, revision, offset, size, expanded_size
|
| D | stats.c | 81 apr_uint64_t expanded_size; member 265 apr_uint64_t expanded_size, in add_change() argument 297 add_to_histogram(&stats->node_size_histogram, expanded_size); in add_change() 302 add_to_histogram(&stats->added_node_size_histogram, expanded_size); in add_change() 313 add_to_histogram(&stats->dir_prop_histogram, expanded_size); in add_change() 317 add_to_histogram(&stats->file_prop_histogram, expanded_size); in add_change() 321 add_to_histogram(&stats->dir_histogram, expanded_size); in add_change() 325 add_to_histogram(&stats->file_histogram, expanded_size); in add_change() 353 add_to_histogram(&info->node_histogram, expanded_size); in add_change() 451 result->expanded_size = rep->expanded_size; in parse_representation() [all …]
|
| D | rep-cache.c | 243 rep->expanded_size = svn_sqlite__column_int64(stmt, 4); in svn_fs_fs__walk_rep_reference() 298 rep->expanded_size = svn_sqlite__column_int64(stmt, 3); in svn_fs_fs__get_rep_reference() 351 (apr_int64_t) rep->expanded_size)); in svn_fs_fs__set_rep_reference()
|
| D | cached_data.c | 308 if (!rep || rep->expanded_size != 0 || rep->size == 0) in svn_fs_fs__fixup_expanded_size() 327 rep->expanded_size = rep->size; in svn_fs_fs__fixup_expanded_size() 342 rep->expanded_size = rep->size; in svn_fs_fs__fixup_expanded_size() 377 rep->expanded_size = rep->size; in svn_fs_fs__fixup_expanded_size() 878 estimated_window_storage = 4 * (rep->expanded_size + SVN_DELTA_WINDOW_SIZE); in create_rep_state_body() 1466 && rep.expanded_size < SVN_DELTA_WINDOW_SIZE) in build_rep_list() 1529 b->len = rep->expanded_size; in rep_read_get_baton() 2132 rb->len = rb->rep.expanded_size; in rep_read_contents() 2242 && fulltext_size_is_cachable(ffd, rep->expanded_size)) in svn_fs_fs__get_contents() 2401 && fulltext_size_is_cachable(ffd, rep->expanded_size)) in svn_fs_fs__try_process_file_contents() [all …]
|
| D | fs.h | 579 svn_filesize_t expanded_size; member
|
| D | transaction.c | 2098 svn_filesize_t rep_size = (*rep)->expanded_size; in choose_delta_base() 2381 if ((*old_rep)->expanded_size != rep->expanded_size) in get_shared_rep() 2396 rep->expanded_size), in get_shared_rep() 2399 (*old_rep)->expanded_size), in get_shared_rep() 2533 rep->expanded_size = b->rep_size; in rep_write_contents_close() 2827 rep->expanded_size = whb->size; in write_container_rep() 2973 rep->expanded_size = whb->size; in write_container_delta_rep()
|
| D | recovery.c | 200 baton.remaining = noderev->data_rep->expanded_size; in recover_find_max_ids()
|
| D | pack.c | 115 apr_int64_t expanded_size; member 765 path_order->expanded_size = noderev->data_rep->expanded_size; in copy_node_to_temp()
|
| D | low_level.c | 796 rep->expanded_size = (svn_filesize_t)val; in svn_fs_fs__parse_representation() 1121 rep->expanded_size, in svn_fs_fs__unparse_representation()
|
| D | fs_fs.c | 1523 *length = data_rep->expanded_size; in svn_fs_fs__file_length() 1558 svn_boolean_t a_empty = !rep_a || rep_a->expanded_size == 0; in svn_fs_fs__file_text_rep_equal() 1559 svn_boolean_t b_empty = !rep_b || rep_b->expanded_size == 0; in svn_fs_fs__file_text_rep_equal()
|
| D | dag.c | 530 *has_props = noderev->prop_rep->expanded_size > 4; in svn_fs_fs__dag_has_props()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | rep-cache-db.sql | 33 expanded_size INTEGER NOT NULL field 40 SELECT revision, offset, size, expanded_size 45 INSERT OR FAIL INTO rep_cache (hash, revision, offset, size, expanded_size) 49 SELECT hash, revision, offset, size, expanded_size
|
| D | rep-cache.c | 241 rep->expanded_size = svn_sqlite__column_int64(stmt, 4); in svn_fs_x__walk_rep_reference() 296 rep->expanded_size = svn_sqlite__column_int64(stmt, 3); in svn_fs_x__get_rep_reference() 347 (apr_int64_t) rep->expanded_size)); in svn_fs_x__set_rep_reference()
|
| D | pack.c | 110 apr_int64_t expanded_size; member 728 path_order->expanded_size = noderev->data_rep->expanded_size; in copy_node_to_temp() 999 if (APR_ARRAY_IDX(selected, i, path_order_t *)->expanded_size > limit) in reps_fit_into_containers() 1279 &representation.expanded_size, in write_reps_containers() 1284 contents = svn_stringbuf_create_ensure(representation.expanded_size, in write_reps_containers() 1286 contents->len = representation.expanded_size; in write_reps_containers()
|
| D | fs.h | 457 svn_filesize_t expanded_size; member
|
| D | fs_x.c | 733 *length = noderev->data_rep->expanded_size; in svn_fs_x__file_length() 744 svn_boolean_t a_empty = a == NULL || a->expanded_size == 0; in svn_fs_x__file_text_rep_equal() 745 svn_boolean_t b_empty = b == NULL || b->expanded_size == 0; in svn_fs_x__file_text_rep_equal()
|
| D | low_level.c | 324 rep->expanded_size = (svn_filesize_t)val; in svn_fs_x__parse_representation() 642 rep->expanded_size, in svn_fs_x__unparse_representation() 651 rep->expanded_size, in svn_fs_x__unparse_representation()
|
| D | transaction.c | 2168 svn_filesize_t rep_size = (*rep)->expanded_size in choose_delta_base() 2169 ? (*rep)->expanded_size in choose_delta_base() 2441 if ((*old_rep)->expanded_size != rep->expanded_size) in get_shared_rep() 2456 rep->expanded_size), in get_shared_rep() 2459 (*old_rep)->expanded_size), in get_shared_rep() 2601 rep->expanded_size = b->rep_size; in rep_write_contents_close() 2949 rep->expanded_size = whb->size; in write_container_delta_rep()
|
| D | cached_data.c | 598 = 4 * ( (rep->expanded_size ? rep->expanded_size : rep->size) in create_rep_state_body() 1261 b->len = rep->expanded_size; in rep_read_get_baton() 2125 svn_filesize_t len = rep->expanded_size; in svn_fs_x__get_contents() 2293 && fulltext_size_is_cachable(ffd, rep->expanded_size)) in svn_fs_x__try_process_file_contents() 2665 len = noderev->data_rep->expanded_size; in get_dir_contents() 2896 SVN_ERR(svn_string_from_stream2(&content, stream, rep->expanded_size, in svn_fs_x__get_proplist()
|
| D | noderevs.c | 488 svn_packed__add_uint(rep_stream, rep->expanded_size); in write_reps() 610 rep.expanded_size = svn_packed__get_uint(rep_stream); in read_reps()
|
| /freebsd-12-stable/contrib/subversion/subversion/svnfsfs/ |
| D | stats-cmd.c | 83 svn__ui64toa_sep(stats->total.expanded_size, ',', pool), in print_rep_stats() 84 svn__ui64toa_sep(stats->shared.expanded_size, ',', pool), in print_rep_stats() 85 svn__ui64toa_sep(stats->expanded_size, ',', pool), in print_rep_stats() 396 svn__ui64toa_sep(stats->total_rep_stats.total.expanded_size, ',', in print_stats() 398 svn__ui64toa_sep(stats->total_rep_stats.expanded_size, ',', pool)); in print_stats()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/private/ |
| D | svn_fs_fs_private.h | 129 apr_uint64_t expanded_size; member 154 apr_uint64_t expanded_size; member
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/ |
| D | parse-diff.c | 2098 apr_uint64_t expanded_size; in parse_binary_patch() local 2099 svn_error_t *err = svn_cstring_strtoui64(&expanded_size, in parse_binary_patch() 2112 bpatch->src_filesize = expanded_size; in parse_binary_patch() 2117 bpatch->dst_filesize = expanded_size; in parse_binary_patch()
|