Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/include/
HDsvn_path.h468 svn_path_compose(const apr_array_header_t *components, apr_pool_t *pool);
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDpath.c663 svn_path_compose(const apr_array_header_t *components, in svn_path_compose() function
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDexternals.c1703 parent_dir_uri.path = (char *)svn_path_compose(base_components, in svn_wc__resolve_relative_external_url()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDpatch.c298 *result = svn_path_compose(stripped, result_pool); in strip_path()