Home
last modified time | relevance | path

Searched refs:end_url (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDra.c677 const char **end_url, in repos_locations() argument
693 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(end_revnum) || end_url == NULL); in repos_locations()
701 if (end_url) in repos_locations()
702 *end_url = apr_pstrdup(result_pool, url); in repos_locations()
724 if (end_url) in repos_locations()
725 *end_url = apr_pstrdup(result_pool, repos_url); in repos_locations()
750 if (end_url) in repos_locations()
760 *end_url = svn_path_url_add_component2(repos_url, end_path + 1, in repos_locations()
798 const char **end_url, in svn_client__repos_locations() argument
922 SVN_ERR(repos_locations(start_url, end_url, in svn_client__repos_locations()
HDclient.h130 const char **end_url,