Home
last modified time | relevance | path

Searched refs:svn_path_is_repos_relative_url (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDcmdline.c147 if (svn_path_is_repos_relative_url(utf8_target)) in svn_client_args_to_target_array2()
162 if (svn_path_is_repos_relative_url(utf8_target)) in svn_client_args_to_target_array2()
178 if (svn_path_is_repos_relative_url(utf8_target)) in svn_client_args_to_target_array2()
334 if (svn_path_is_repos_relative_url(target)) in svn_client_args_to_target_array2()
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_path.h694 svn_path_is_repos_relative_url(const char *path);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDpath.c1297 svn_path_is_repos_relative_url(const char *path) in svn_path_is_repos_relative_url() function
1308 if (! svn_path_is_repos_relative_url(relative_url)) in svn_path_resolve_repos_relative_url()
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
HDserve.c279 else if (svn_path_is_repos_relative_url(*access_file)) in canonicalize_access_file()