Home
last modified time | relevance | path

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

/freebsd-12.1/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, in svn_fs_fs__parse_revision_trailer() argument
169 if (changes_offset) in svn_fs_fs__parse_revision_trailer()
175 *changes_offset = (apr_off_t)val; in svn_fs_fs__parse_revision_trailer()
183 apr_off_t changes_offset, in svn_fs_fs__unparse_revision_trailer() argument
189 changes_offset); in svn_fs_fs__unparse_revision_trailer()
H A Dcached_data.c576 apr_off_t *changes_offset, in get_root_changes_offset() argument
640 changes_offset, in get_root_changes_offset()
647 if (changes_offset) in get_root_changes_offset()
648 *changes_offset += rev_offset; in get_root_changes_offset()
3099 apr_off_t changes_offset; in svn_fs_fs__get_changes() local
3105 SVN_ERR(svn_fs_fs__item_offset(&changes_offset, context->fs, in svn_fs_fs__get_changes()
3113 SVN_ERR(get_root_changes_offset(NULL, &changes_offset, in svn_fs_fs__get_changes()
3119 item_index = changes_offset; in svn_fs_fs__get_changes()
3124 NULL, changes_offset + context->next_offset, in svn_fs_fs__get_changes()
3137 changes_list->end_offset -= changes_offset; in svn_fs_fs__get_changes()
H A Dstats.c723 apr_off_t changes_offset; in read_phys_revision() local
738 &changes_offset, trailer, in read_phys_revision()
744 changes_offset, in read_phys_revision()
746 info->changes_len = info->end - info->offset - changes_offset in read_phys_revision()