Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtree.c1274 svn_fs_root_t *ancestor_root, in x_merge() argument
1287 if ((source_root->fs != ancestor_root->fs) in x_merge()
1288 || (target_root->fs != ancestor_root->fs)) in x_merge()
1305 SVN_ERR(get_root(&ancestor, ancestor_root, pool, pool)); in x_merge()
1311 SVN_ERR(svn_fs_x__open_txn(&txn, ancestor_root->fs, target_root->txn, in x_merge()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
Dfs-loader.h431 svn_fs_root_t *ancestor_root,
Dfs-loader.c1447 const char *target_path, svn_fs_root_t *ancestor_root, in svn_fs_merge() argument
1453 ancestor_root, in svn_fs_merge()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dtree.c2382 svn_fs_root_t *ancestor_root, in fs_merge() argument
2395 if ((source_root->fs != ancestor_root->fs) in fs_merge()
2396 || (target_root->fs != ancestor_root->fs)) in fs_merge()
2413 SVN_ERR(get_root(&ancestor, ancestor_root, pool)); in fs_merge()
2419 SVN_ERR(svn_fs_fs__open_txn(&txn, ancestor_root->fs, target_root->txn, in fs_merge()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_fs.h2289 svn_fs_root_t *ancestor_root,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
Dtree.c2872 svn_fs_root_t *ancestor_root, in base_merge() argument
2887 fs = ancestor_root->fs; in base_merge()
2905 get_root_args.root = ancestor_root; in base_merge()