Searched refs:from_root (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h333 svn_error_t *(*copy)(svn_fs_root_t *from_root, const char *from_path,
336 svn_error_t *(*revision_link)(svn_fs_root_t *from_root,
H A Dfs-loader.c1363 svn_fs_copy(svn_fs_root_t *from_root, const char *from_path,
1367 return svn_error_trace(to_root->vtable->copy(from_root, from_path,
1372 svn_fs_revision_link(svn_fs_root_t *from_root, svn_fs_root_t *to_root,
1375 return svn_error_trace(to_root->vtable->revision_link(from_root, to_root,
1357 svn_fs_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) argument
1366 svn_fs_revision_link(svn_fs_root_t *from_root, svn_fs_root_t *to_root, const char *path, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c3149 svn_fs_root_t *from_root;
3162 svn_fs_root_t *from_root = args->from_root;
3171 SVN_ERR(get_dag(&from_node, from_root, from_path, trail, trail->pool));
3199 if (! from_root->is_txn_root)
3229 from_root->rev,
3290 copy_helper(svn_fs_root_t *from_root,
3302 SVN_ERR(fs_same_p(&same_p, from_root->fs, to_root->fs, pool));
3307 from_root->fs->path, to_root->fs->path);
3312 if (from_root
3138 svn_fs_root_t *from_root; member in struct:copy_args
3151 svn_fs_root_t *from_root = args->from_root; local
3279 copy_helper(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, svn_boolean_t preserve_history, apr_pool_t *pool) argument
3317 base_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) argument
3328 base_revision_link(svn_fs_root_t *from_root, svn_fs_root_t *to_root, const char *path, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c2592 copy_helper(svn_fs_root_t *from_root,
2606 SVN_ERR(x_same_p(&same_p, from_root->fs, to_root->fs, scratch_pool));
2611 from_root->fs->path, to_root->fs->path);
2614 if (from_root->is_txn_root)
2625 SVN_ERR(get_dag(&from_node, from_root, from_path, scratch_pool));
2648 if (! from_root->is_txn_root)
2683 from_root->rev,
2703 from_root->rev, from_canonpath, scratch_pool));
2730 x_copy(svn_fs_root_t *from_root,
2738 SVN_ERR(copy_helper(from_root,
2583 copy_helper(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, svn_boolean_t preserve_history, apr_pool_t *scratch_pool) argument
2721 x_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *scratch_pool) argument
2745 x_revision_link(svn_fs_root_t *from_root, svn_fs_root_t *to_root, const char *path, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c2568 copy_helper(svn_fs_root_t *from_root,
2582 SVN_ERR(fs_same_p(&same_p, from_root->fs, to_root->fs, pool));
2587 from_root->fs->path, to_root->fs->path);
2590 if (from_root->is_txn_root)
2601 SVN_ERR(get_dag(&from_node, from_root, from_path, pool));
2624 if (! from_root->is_txn_root)
2662 from_root->rev,
2682 from_root->rev, from_canonpath, pool));
2709 fs_copy(svn_fs_root_t *from_root,
2717 return svn_error_trace(copy_helper(from_root,
2559 copy_helper(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, svn_boolean_t preserve_history, apr_pool_t *pool) argument
2700 fs_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) argument
2722 fs_revision_link(svn_fs_root_t *from_root, svn_fs_root_t *to_root, const char *path, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h2180 /** Create a copy of @a from_path in @a from_root named @a to_path in
2181 * @a to_root. If @a from_path in @a from_root is a directory, copy the
2187 * @a to_root must be the root of a transaction; @a from_root must be the
2188 * root of a revision. (Requiring @a from_root to be the root of a
2194 * from_root must represent the same filesystem.
2202 svn_fs_copy(svn_fs_root_t *from_root,
2218 svn_fs_revision_link(svn_fs_root_t *from_root,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c2071 svn_fs_root_t *from_root;
2072 SVN_ERR(svn_fs_revision_root(&from_root, fs, 0, subpool));
2073 SVN_ERR(svn_repos_dir_delta2(from_root, "", "",
2066 svn_fs_root_t *from_root; local

Completed in 144 milliseconds