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

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_element.h333 int root_eid; member in struct:svn_element__tree_t
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,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Delement.c359 int root_eid,
367 element_tree->root_eid = root_eid;
388 int root_eid,
394 SVN_ERR_ASSERT_NO_RETURN(svn_eid__hash_get(e_map, root_eid));
406 if (this_eid != root_eid)
434 for (; eid != tree->root_eid; eid = element->parent_eid)
441 SVN_ERR_ASSERT_NO_RETURN(eid == tree->root_eid);
458 new_subtree->root_eid, result_pool);
462 = svn_element__tree_get(new_subtree, new_subtree->root_eid);
358 svn_element__tree_create(apr_hash_t *e_map, int root_eid, apr_pool_t *result_pool) argument
387 svn_element__tree_purge_orphans(apr_hash_t *e_map, int root_eid, apr_pool_t *scratch_pool) argument
[all...]
H A Dbranch.c47 ((eid) == (branch)->priv->element_tree->root_eid)
81 int root_eid,
197 int root_eid,
209 SVN_ERR_ASSERT(root_eid == svn_branch__root_eid(new_branch));
213 SVN_ERR_ASSERT_NO_RETURN(root_eid != -1);
215 new_branch = branch_state_create(branch_id, root_eid, txn,
347 int root_eid,
355 root_eid, tree_ref, result_pool,
469 if (branch->priv->element_tree->root_eid < -1)
471 branch->priv->element_tree->root_eid
194 branch_txn_open_branch(svn_branch__txn_t *txn, svn_branch__state_t **new_branch_p, const char *branch_id, int root_eid, svn_branch__rev_bid_eid_t *tree_ref, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
344 svn_branch__txn_open_branch(svn_branch__txn_t *txn, svn_branch__state_t **new_branch_p, const char *branch_id, int root_eid, svn_branch__rev_bid_eid_t *tree_ref, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1328 branch_state_create(const char *bid, int root_eid, svn_branch__txn_t *txn, apr_pool_t *result_pool) argument
1525 int root_eid, num_eids; local
[all...]
H A Dbranch_nested.c185 int root_eid,
190 subtree->tree = svn_element__tree_create(e_map, root_eid, result_pool);
305 this_subtree->tree->root_eid,
514 int root_eid,
523 new_branch_id, root_eid, tree_ref,
184 svn_branch__subtree_create(apr_hash_t *e_map, int root_eid, apr_pool_t *result_pool) argument
511 nested_branch_txn_open_branch(svn_branch__txn_t *txn, svn_branch__state_t **new_branch_p, const char *new_branch_id, int root_eid, svn_branch__rev_bid_eid_t *tree_ref, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dbranch_compat.c1312 svn_branch__get_id(branch, scratch_pool), branch->root_eid,
1821 int root_eid,
1829 new_branch_id, root_eid, tree_ref,
1818 compat_branch_txn_open_branch(svn_branch__txn_t *txn, svn_branch__state_t **new_branch_p, const char *new_branch_id, int root_eid, svn_branch__rev_bid_eid_t *tree_ref, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument

Completed in 113 milliseconds