Searched refs:base_root_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.c716 const svn_fs_id_t *base_root_id, *ignored;
718 SVN_ERR(svn_fs_base__get_txn_ids(&ignored, &base_root_id, fs, txn_id,
720 return svn_fs_base__dag_get_node(node_p, fs, base_root_id, trail, pool);
795 const svn_fs_id_t *base_root_id, *root_id;
800 SVN_ERR(svn_fs_base__get_txn_ids(&root_id, &base_root_id, fs, txn_id,
806 if (svn_fs_base__id_eq(root_id, base_root_id))
808 const char *base_copy_id = svn_fs_base__id_copy_id(base_root_id);
813 SVN_ERR(svn_fs_bdb__get_node_revision(&noderev, fs, base_root_id,
821 noderev->predecessor_id = svn_fs_base__id_copy(base_root_id, pool);
824 SVN_ERR(svn_fs_base__create_successor(&root_id, fs, base_root_id,
711 const svn_fs_id_t *base_root_id, *ignored; local
790 const svn_fs_id_t *base_root_id, *root_id; local
[all...]
H A Dtree.c304 const svn_fs_id_t *root_id, *base_root_id;
310 SVN_ERR(svn_fs_base__get_txn_ids(&root_id, &base_root_id, fs,
301 const svn_fs_id_t *root_id, *base_root_id; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c694 const svn_fs_id_t *base_root_id, *ignored;
696 SVN_ERR(svn_fs_fs__get_txn_ids(&ignored, &base_root_id, fs, txn_id, pool));
697 return svn_fs_fs__dag_get_node(node_p, fs, base_root_id, pool);
786 const svn_fs_id_t *base_root_id, *root_id;
790 SVN_ERR(svn_fs_fs__get_txn_ids(&root_id, &base_root_id, fs, txn_id, pool));
795 SVN_ERR_ASSERT(!svn_fs_fs__id_eq(root_id, base_root_id));
689 const svn_fs_id_t *base_root_id, *ignored; local
781 const svn_fs_id_t *base_root_id, *root_id; local

Completed in 180 milliseconds