Searched refs:pcommon (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c42 svn_path_condense_targets(const char **pcommon,
58 *pcommon = NULL;
70 *pcommon = first_target;
73 SVN_ERR(svn_dirent_get_absolute(pcommon, first_target, pool));
84 relative. Also, find the pcommon argument by finding what is
95 APR_ARRAY_PUSH(abs_targets, const char *) = *pcommon;
112 if (*pcommon && **pcommon)
119 *pcommon = "";
121 *pcommon
40 svn_path_condense_targets(const char **pcommon, apr_array_header_t **pcondensed_targets, const apr_array_header_t *targets, svn_boolean_t remove_redundancies, apr_pool_t *pool) argument
[all...]
H A Ddirent_uri.c1953 svn_dirent_condense_targets(const char **pcommon,
1967 *pcommon = NULL;
1974 SVN_ERR(svn_dirent_get_absolute(pcommon,
1981 *pcommon = apr_pstrdup(result_pool, *pcommon);
1989 relative. Also, find the pcommon argument by finding what is
2002 APR_ARRAY_PUSH(abs_targets, const char *) = *pcommon;
2010 *pcommon = svn_dirent_get_longest_ancestor(*pcommon, absolute,
2014 *pcommon
1951 svn_dirent_condense_targets(const char **pcommon, apr_array_header_t **pcondensed_targets, const apr_array_header_t *targets, svn_boolean_t remove_redundancies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2119 svn_uri_condense_targets(const char **pcommon, apr_array_header_t **pcondensed_targets, const apr_array_header_t *targets, svn_boolean_t remove_redundancies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h689 * - Set @a *pcommon to the absolute dirent of the dirent common to
691 * "C:/file" and "D:/file" on Windows), set @a *pcommon to the empty
695 * to an array of targets relative to @a *pcommon, and if
697 * descendants of another dirent in @a targets. If *pcommon
704 * - Set @a *pcommon to that target, and
710 * If there are no items in @a targets, set @a *pcommon and (if
719 svn_dirent_condense_targets(const char **pcommon,
730 * - Set @a *pcommon to the common base uri of all of the targets.
732 * and "http://srv2/file"), set @a *pcommon to the empty
736 * to an array of URI-decoded targets relative to @a *pcommon, an
[all...]
H A Dsvn_path.h368 * - Set @a *pcommon to the absolute path of the path or URL common to
370 * are a mix of URLs and local paths, set @a *pcommon to the
374 * to an array of targets relative to @a *pcommon, and if
376 * descendants of another path/URL in @a targets. If *pcommon
383 * - Set @a *pcommon to that target, and
389 * If there are no items in @a targets, set @a *pcommon and (if
392 * @note There is no guarantee that @a *pcommon is within a working
401 svn_path_condense_targets(const char **pcommon,

Completed in 197 milliseconds