Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Ddiff_local.c650 svn_client__arbitrary_nodes_diff(const char **root_relpath, in svn_client__arbitrary_nodes_diff() argument
680 if (root_relpath) in svn_client__arbitrary_nodes_diff()
681 *root_relpath = ""; in svn_client__arbitrary_nodes_diff()
687 svn_dirent_split(&left_root_abspath, root_relpath, left_abspath, in svn_client__arbitrary_nodes_diff()
691 if (root_relpath) in svn_client__arbitrary_nodes_diff()
692 *root_relpath = apr_pstrdup(result_pool, *root_relpath); in svn_client__arbitrary_nodes_diff()
Ddiff.c1632 diff_wc_wc(const char **root_relpath, in diff_wc_wc() argument
1678 SVN_ERR(svn_wc__diff7(root_relpath, root_is_dir, in diff_wc_wc()
1697 diff_repos_repos(const char **root_relpath, in diff_repos_repos() argument
1797 if (root_relpath) in diff_repos_repos()
1798 *root_relpath = apr_pstrdup(result_pool, target1); in diff_repos_repos()
1863 diff_repos_wc(const char **root_relpath, in diff_repos_wc() argument
1943 if (root_relpath) in diff_repos_wc()
1944 *root_relpath = apr_pstrdup(result_pool, target); in diff_repos_wc()
2141 do_diff(const char **root_relpath, in do_diff() argument
2170 SVN_ERR(diff_repos_repos(root_relpath, root_is_dir, in do_diff()
[all …]
Dclient.h1138 svn_client__arbitrary_nodes_diff(const char **root_relpath,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Ddiff_local.c421 svn_wc__diff7(const char **root_relpath, in svn_wc__diff7() argument
447 if (root_relpath) in svn_wc__diff7()
460 if (root_relpath) in svn_wc__diff7()
461 *root_relpath = apr_pstrdup(result_pool, in svn_wc__diff7()
Dwc_db.c8016 const char *root_relpath, in resolve_moved_from() argument
8059 if (! svn_relpath_skip_ancestor(root_relpath, m_from_relpath)) in resolve_moved_from()
8077 root_relpath, in resolve_moved_from()
/freebsd-10-stable/contrib/subversion/subversion/include/private/
Dsvn_wc_private.h1837 svn_wc__diff7(const char **root_relpath,