Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c650 svn_client__arbitrary_nodes_diff(const char **root_relpath, in svn_client__arbitrary_nodes_diff() argument
677 if (root_relpath) in svn_client__arbitrary_nodes_diff()
678 *root_relpath = ""; in svn_client__arbitrary_nodes_diff()
684 svn_dirent_split(&left_root_abspath, root_relpath, left_abspath, in svn_client__arbitrary_nodes_diff()
688 if (root_relpath) in svn_client__arbitrary_nodes_diff()
689 *root_relpath = apr_pstrdup(result_pool, *root_relpath); in svn_client__arbitrary_nodes_diff()
H A Ddiff.c1818 diff_wc_wc(const char **root_relpath, in diff_wc_wc() argument
1864 SVN_ERR(svn_wc__diff7(root_relpath, root_is_dir, in diff_wc_wc()
1883 diff_repos_repos(const char **root_relpath, in diff_repos_repos() argument
1983 if (root_relpath) in diff_repos_repos()
1984 *root_relpath = apr_pstrdup(result_pool, target1); in diff_repos_repos()
2053 diff_repos_wc(const char **root_relpath, in diff_repos_wc() argument
2133 if (root_relpath) in diff_repos_wc()
2134 *root_relpath = apr_pstrdup(result_pool, target); in diff_repos_wc()
2317 do_diff(const char **root_relpath, in do_diff() argument
2347 SVN_ERR(diff_repos_repos(root_relpath, root_is_dir, in do_diff()
[all …]
H A Dclient.h1142 svn_client__arbitrary_nodes_diff(const char **root_relpath,
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c436 svn_wc__diff7(const char **root_relpath, in svn_wc__diff7() argument
462 if (root_relpath) in svn_wc__diff7()
475 if (root_relpath) in svn_wc__diff7()
476 *root_relpath = apr_pstrdup(result_pool, in svn_wc__diff7()
H A Dwc_db.c8017 const char *root_relpath, in resolve_moved_from() argument
8060 if (! svn_relpath_skip_ancestor(root_relpath, m_from_relpath)) in resolve_moved_from()
8078 root_relpath, in resolve_moved_from()
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h2054 svn_wc__diff7(const char **root_relpath,