Searched refs:get_root (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs/ |
| H A D | editor.c | 68 get_root(svn_fs_root_t **root, in get_root() function 338 SVN_ERR(get_root(&root, eb)); in add_directory_cb() 371 SVN_ERR(get_root(&root, eb)); in add_file_cb() 406 SVN_ERR(get_root(&root, eb)); in add_symlink_cb() 469 SVN_ERR(get_root(&root, eb)); in alter_directory_cb() 493 SVN_ERR(get_root(&root, eb)); in alter_file_cb() 539 SVN_ERR(get_root(&root, eb)); in delete_cb() 563 SVN_ERR(get_root(&root, eb)); in copy_cb() 600 SVN_ERR(get_root(&root, eb)); in move_cb()
|
| /freebsd-12.1/contrib/subversion/subversion/svnlook/ |
| H A D | svnlook.c | 427 get_root(svn_fs_root_t **root, in get_root() function 1377 SVN_ERR(get_root(&root, c, pool)); in do_dirs_changed() 1426 SVN_ERR(get_root(&root, c, pool)); in do_filesize() 1449 SVN_ERR(get_root(&root, c, pool)); in do_cat() 1475 SVN_ERR(get_root(&root, c, pool)); in do_changed() 1496 SVN_ERR(get_root(&root, c, pool)); in do_diff() 1656 SVN_ERR(get_root(&root, c, pool)); in do_pget() 1842 SVN_ERR(get_root(&root, c, pool)); in do_plist() 2022 SVN_ERR(get_root(&root, c, pool)); in do_tree()
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | checking.hh | 108 return visit_node(tree, tree->get_root()); in check_tree()
|
| H A D | fdt.hh | 996 inline const node_ptr &get_root() const in get_root() function in dtc::fdt::device_tree
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | tree.c | 619 get_root(dag_node_t **node, in get_root() function 1203 SVN_ERR(get_root(&youngish_root_node, youngish_root, iterpool, in svn_fs_x__commit_txn() 1305 SVN_ERR(get_root(&ancestor, ancestor_root, pool, pool)); in x_merge() 1308 SVN_ERR(get_root(&source, source_root, pool, pool)); in x_merge()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 1707 get_root(dag_node_t **node, svn_fs_root_t *root, apr_pool_t *pool) in get_root() function 2285 SVN_ERR(get_root(&youngish_root_node, youngish_root, iterpool)); in svn_fs_fs__commit_txn() 2388 SVN_ERR(get_root(&ancestor, ancestor_root, pool)); in fs_merge() 2391 SVN_ERR(get_root(&source, source_root, pool)); in fs_merge()
|