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

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c155 construct_shard_sub_path(svn_fs_t *fs, function
187 return construct_shard_sub_path(fs, rev, FALSE, TRUE, kind, result_pool);
195 return construct_shard_sub_path(fs, rev, FALSE, FALSE, NULL, result_pool);
207 return construct_shard_sub_path(fs, rev, FALSE, FALSE, buffer, result_pool);
225 return construct_shard_sub_path(fs, rev, TRUE, FALSE, NULL, result_pool);
233 return construct_shard_sub_path(fs, rev, TRUE, TRUE, NULL, result_pool);
245 return construct_shard_sub_path(fs, rev, TRUE, FALSE, buffer, result_pool);

Completed in 23 milliseconds