Searched refs:get_root (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.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-13.1/contrib/subversion/subversion/svnlook/ |
| H A D | svnlook.c | 461 get_root(svn_fs_root_t **root, in get_root() function 1411 SVN_ERR(get_root(&root, c, pool)); in do_dirs_changed() 1460 SVN_ERR(get_root(&root, c, pool)); in do_filesize() 1483 SVN_ERR(get_root(&root, c, pool)); in do_cat() 1509 SVN_ERR(get_root(&root, c, pool)); in do_changed() 1530 SVN_ERR(get_root(&root, c, pool)); in do_diff() 1690 SVN_ERR(get_root(&root, c, pool)); in do_pget() 1876 SVN_ERR(get_root(&root, c, pool)); in do_plist() 2056 SVN_ERR(get_root(&root, c, pool)); in do_tree()
|
| /freebsd-13.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 | 1005 inline const node_ptr &get_root() const in get_root() function in dtc::fdt::device_tree
|
| /freebsd-13.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-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 1732 get_root(dag_node_t **node, svn_fs_root_t *root, apr_pool_t *pool) in get_root() function 2310 SVN_ERR(get_root(&youngish_root_node, youngish_root, iterpool)); in svn_fs_fs__commit_txn() 2413 SVN_ERR(get_root(&ancestor, ancestor_root, pool)); in fs_merge() 2416 SVN_ERR(get_root(&source, source_root, pool)); in fs_merge()
|