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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.h51 svn_fs_fs__parse_revision_trailer(apr_off_t *root_offset,
61 svn_fs_fs__unparse_revision_trailer(apr_off_t root_offset,
H A Drecovery.c294 recover_get_root_offset(apr_off_t *root_offset, argument
329 SVN_ERR(svn_fs_fs__parse_revision_trailer(root_offset, NULL, trailer, rev));
418 apr_off_t root_offset; local
427 SVN_ERR(recover_get_root_offset(&root_offset, rev, rev_file, pool));
428 SVN_ERR(recover_find_max_ids(fs, rev, rev_file, root_offset,
H A Dlow_level.c104 svn_fs_fs__parse_revision_trailer(apr_off_t *root_offset, argument
152 if (root_offset)
158 *root_offset = (apr_off_t)val;
182 svn_fs_fs__unparse_revision_trailer(apr_off_t root_offset, argument
188 root_offset,
H A Dcached_data.c576 get_root_changes_offset(apr_off_t *root_offset,
640 SVN_ERR(svn_fs_fs__parse_revision_trailer(root_offset,
646 if (root_offset)
647 *root_offset += rev_offset;
671 apr_off_t root_offset;
682 SVN_ERR(get_root_changes_offset(&root_offset, NULL,
687 root_offset, result_pool));
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
670 apr_off_t root_offset; local
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c386 int oroot_offset, root_offset; local
401 root_offset = fdt_path_offset(base_fdt, "/");
402 if (root_offset < 0)
403 return (root_offset);
408 if (fdt_get_property(base_fdt, root_offset, "compatible",
418 if (fdt_stringlist_search(base_fdt, root_offset, "compatible",

Completed in 184 milliseconds