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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.h52 apr_off_t *changes_offset,
62 apr_off_t changes_offset,
H A Dlow_level.c105 apr_off_t *changes_offset,
169 if (changes_offset)
175 *changes_offset = (apr_off_t)val;
183 apr_off_t changes_offset,
189 changes_offset);
104 svn_fs_fs__parse_revision_trailer(apr_off_t *root_offset, apr_off_t *changes_offset, svn_stringbuf_t *trailer, svn_revnum_t rev) argument
182 svn_fs_fs__unparse_revision_trailer(apr_off_t root_offset, apr_off_t changes_offset, apr_pool_t *result_pool) argument
H A Dstats.c723 apr_off_t changes_offset; local
738 &changes_offset, trailer,
744 changes_offset,
746 info->changes_len = info->end - info->offset - changes_offset
H A Dcached_data.c577 apr_off_t *changes_offset,
641 changes_offset,
648 if (changes_offset)
649 *changes_offset += rev_offset;
3122 apr_off_t changes_offset;
3128 SVN_ERR(svn_fs_fs__item_offset(&changes_offset, context->fs,
3136 SVN_ERR(get_root_changes_offset(NULL, &changes_offset,
3142 item_index = changes_offset;
3147 NULL, changes_offset + context->next_offset,
3160 changes_list->end_offset -= changes_offset;
575 get_root_changes_offset(apr_off_t *root_offset, apr_off_t *changes_offset, svn_fs_fs__revision_file_t *rev_file, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *pool) argument
3121 apr_off_t changes_offset; local
[all...]

Completed in 180 milliseconds