Home
last modified time | relevance | path

Searched refs:ancestor_root (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_fs/
HDfs-loader.h354 svn_fs_root_t *ancestor_root,
HDfs-loader.c1131 const char *target_path, svn_fs_root_t *ancestor_root, in svn_fs_merge() argument
1137 ancestor_root, in svn_fs_merge()
/trueos/contrib/subversion/subversion/libsvn_fs_fs/
HDtree.c2116 svn_fs_root_t *ancestor_root, in fs_merge() argument
2129 if ((source_root->fs != ancestor_root->fs) in fs_merge()
2130 || (target_root->fs != ancestor_root->fs)) in fs_merge()
2147 SVN_ERR(get_root(&ancestor, ancestor_root, pool)); in fs_merge()
2153 SVN_ERR(svn_fs_fs__open_txn(&txn, ancestor_root->fs, target_root->txn, in fs_merge()
/trueos/contrib/subversion/subversion/include/
HDsvn_fs.h1704 svn_fs_root_t *ancestor_root,
/trueos/contrib/subversion/subversion/libsvn_fs_base/
HDtree.c2782 svn_fs_root_t *ancestor_root, in base_merge() argument
2797 fs = ancestor_root->fs; in base_merge()
2815 get_root_args.root = ancestor_root; in base_merge()