Home
last modified time | relevance | path

Searched refs:tree_ref (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_delta/
H A Dbranch.c198 svn_branch__rev_bid_eid_t *tree_ref, in branch_txn_open_branch() argument
220 if (tree_ref) in branch_txn_open_branch()
225 SVN_ERR(branch_in_rev_or_txn(&from_branch, tree_ref, txn, scratch_pool)); in branch_txn_open_branch()
232 tree_ref->rev, tree_ref->bid, tree_ref->eid); in branch_txn_open_branch()
239 tree = svn_element__tree_get_subtree_at_eid(tree, tree_ref->eid, in branch_txn_open_branch()
247 tree_ref->rev, tree_ref->bid, tree_ref->eid); in branch_txn_open_branch()
348 svn_branch__rev_bid_eid_t *tree_ref, in svn_branch__txn_open_branch() argument
355 root_eid, tree_ref, result_pool, in svn_branch__txn_open_branch()
H A Dbranch_nested.c515 svn_branch__rev_bid_eid_t *tree_ref, in nested_branch_txn_open_branch() argument
523 new_branch_id, root_eid, tree_ref, in nested_branch_txn_open_branch()
528 if (tree_ref) in nested_branch_txn_open_branch()
535 SVN_ERR(branch_in_rev_or_txn(&from_branch, tree_ref, in nested_branch_txn_open_branch()
538 tree_ref->eid, scratch_pool)); in nested_branch_txn_open_branch()
H A Dbranch_compat.c1822 svn_branch__rev_bid_eid_t *tree_ref, in compat_branch_txn_open_branch() argument
1829 new_branch_id, root_eid, tree_ref, in compat_branch_txn_open_branch()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_branch.h237 svn_branch__rev_bid_eid_t *tree_ref,