Home
last modified time | relevance | path

Searched refs:root_eid (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_delta/
H A Delement.c359 int root_eid, in svn_element__tree_create() argument
367 element_tree->root_eid = root_eid; in svn_element__tree_create()
390 int root_eid, in svn_element__tree_purge_orphans() argument
396 SVN_ERR_ASSERT_NO_RETURN(svn_eid__hash_get(e_map, root_eid)); in svn_element__tree_purge_orphans()
408 if (this_eid != root_eid) in svn_element__tree_purge_orphans()
436 for (; eid != tree->root_eid; eid = element->parent_eid) in svn_element__tree_get_path_by_eid()
443 SVN_ERR_ASSERT_NO_RETURN(eid == tree->root_eid); in svn_element__tree_get_path_by_eid()
460 new_subtree->root_eid, result_pool); in svn_element__tree_get_subtree_at_eid()
464 = svn_element__tree_get(new_subtree, new_subtree->root_eid); in svn_element__tree_get_subtree_at_eid()
465 svn_element__tree_set(new_subtree, new_subtree->root_eid, in svn_element__tree_get_subtree_at_eid()
H A Dbranch.c47 ((eid) == (branch)->priv->element_tree->root_eid)
81 int root_eid,
197 int root_eid, in branch_txn_open_branch() argument
213 SVN_ERR_ASSERT_NO_RETURN(root_eid != -1); in branch_txn_open_branch()
347 int root_eid, in svn_branch__txn_open_branch() argument
469 if (branch->priv->element_tree->root_eid < -1) in branch_finalize_eids()
471 branch->priv->element_tree->root_eid in branch_finalize_eids()
747 return elements->root_eid; in svn_branch__root_eid()
1329 int root_eid, in branch_state_create() argument
1525 int root_eid, num_eids; in svn_branch__state_parse() local
[all …]
H A Dbranch_nested.c185 int root_eid, in svn_branch__subtree_create() argument
190 subtree->tree = svn_element__tree_create(e_map, root_eid, result_pool); in svn_branch__subtree_create()
305 this_subtree->tree->root_eid, in svn_branch__instantiate_elements_r()
514 int root_eid, in nested_branch_txn_open_branch() argument
523 new_branch_id, root_eid, tree_ref, in nested_branch_txn_open_branch()
H A Dbranch_compat.c1819 int root_eid, in compat_branch_txn_open_branch() argument
1827 new_branch_id, root_eid, tree_ref, in compat_branch_txn_open_branch()
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_element.h333 int root_eid; member
344 int root_eid,
367 int root_eid,
H A Dsvn_branch_nested.h166 int root_eid,
H A Dsvn_branch_impl.h81 int root_eid,
H A Dsvn_branch.h236 int root_eid,