Searched refs:svn_fs_x__representation_t (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.h59 svn_error_t *(*walker)(svn_fs_x__representation_t *rep,
74 svn_fs_x__get_rep_reference(svn_fs_x__representation_t **rep_p,
87 svn_fs_x__representation_t *rep,
H A Dcached_data.h56 svn_fs_x__check_rep(svn_fs_x__representation_t *rep,
67 svn_fs_x__representation_t *rep,
79 svn_fs_x__representation_t *rep,
90 svn_fs_x__representation_t *rep,
H A Dfs_x.h91 svn_fs_x__file_text_rep_equal(svn_fs_x__representation_t *a,
92 svn_fs_x__representation_t *b);
108 svn_fs_x__representation_t *
109 svn_fs_x__rep_copy(svn_fs_x__representation_t *rep,
H A Dfs.h433 typedef struct svn_fs_x__representation_t
460 } svn_fs_x__representation_t;
499 svn_fs_x__representation_t *prop_rep;
503 svn_fs_x__representation_t *data_rep;
432 typedef struct svn_fs_x__representation_t struct
459 } svn_fs_x__representation_t; typedef in typeref:struct:svn_fs_x__representation_t
H A Dlow_level.h87 svn_fs_x__parse_representation(svn_fs_x__representation_t **rep_p,
98 svn_fs_x__unparse_representation(svn_fs_x__representation_t *rep,
H A Drep-cache.c171 svn_error_t *(*walker)(svn_fs_x__representation_t *,
213 svn_fs_x__representation_t *rep;
230 /* Construct a svn_fs_x__representation_t. */
264 svn_fs_x__get_rep_reference(svn_fs_x__representation_t **rep_p,
273 svn_fs_x__representation_t *rep;
323 svn_fs_x__representation_t *rep,
354 svn_fs_x__representation_t *old_rep;
H A Dreps.h94 svn_fs_x__representation_t *rep,
H A Dnoderevs.c162 sizeof(svn_fs_x__representation_t));
202 const svn_fs_x__representation_t *rep)
214 APR_ARRAY_PUSH(reps, svn_fs_x__representation_t) = *rep;
329 /* Create a svn_fs_x__representation_t in *REP, allocated in POOL based on the
333 get_representation(svn_fs_x__representation_t **rep,
354 &APR_ARRAY_IDX(reps, idx - 1, svn_fs_x__representation_t),
480 svn_fs_x__representation_t *rep
481 = &APR_ARRAY_IDX(reps, i, svn_fs_x__representation_t);
581 /* Allocate a svn_fs_x__representation_t array in RESULT_POOL and return it
599 sizeof(svn_fs_x__representation_t));
[all...]
H A Dfs_x.c742 svn_fs_x__file_text_rep_equal(svn_fs_x__representation_t *a,
743 svn_fs_x__representation_t *b)
774 svn_fs_x__representation_t *rep_a = a->prop_rep;
775 svn_fs_x__representation_t *rep_b = b->prop_rep;
861 svn_fs_x__representation_t *
862 svn_fs_x__rep_copy(svn_fs_x__representation_t *rep,
H A Dtransaction.c1793 svn_fs_x__representation_t *rep = parent_noderev->data_rep;
2085 choose_delta_base(svn_fs_x__representation_t **rep,
2250 svn_fs_x__representation_t *base_rep;
2333 svn_fs_x__representation_t*), otherwise pass in NULL for REPS_HASH.
2343 get_shared_rep(svn_fs_x__representation_t **old_rep,
2346 svn_fs_x__representation_t *rep,
2560 digests_final(svn_fs_x__representation_t *rep,
2586 svn_fs_x__representation_t *rep;
2587 svn_fs_x__representation_t *old_rep;
2860 write_container_delta_rep(svn_fs_x__representation_t *re
[all...]
H A Dlow_level.c272 svn_fs_x__parse_representation(svn_fs_x__representation_t **rep_p,
277 svn_fs_x__representation_t *rep;
359 read_rep_offsets(svn_fs_x__representation_t **rep_p,
631 svn_fs_x__unparse_representation(svn_fs_x__representation_t *rep,
H A Dcached_data.c214 svn_fs_x__representation_t *rep,
240 svn_fs_x__representation_t *rep,
554 svn_fs_x__representation_t *rep,
742 svn_fs_x__representation_t *rep,
772 svn_fs_x__check_rep(svn_fs_x__representation_t *rep,
815 svn_fs_x__representation_t *rep,
836 svn_fs_x__representation_t base_rep = *rep;
902 svn_fs_x__representation_t rep;
1161 svn_fs_x__representation_t *first_rep,
1165 svn_fs_x__representation_t re
[all...]
H A Dtemp_serializer.c137 svn_fs_x__representation_t * const *representation)
139 const svn_fs_x__representation_t * rep = *representation;
H A Dverify.c63 verify_walker(svn_fs_x__representation_t *rep,
H A Dreps.c408 svn_fs_x__representation_t *rep,
H A Dpack.c1239 svn_fs_x__representation_t representation = { 0 };

Completed in 156 milliseconds