Searched refs:end_url (Results 1 – 2 of 2) sorted by relevance
677 const char **end_url, in repos_locations() argument693 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() argument922 SVN_ERR(repos_locations(start_url, end_url, in svn_client__repos_locations()
130 const char **end_url,