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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c43 apr_array_header_t **pcondensed_targets,
59 if (pcondensed_targets)
60 *pcondensed_targets = NULL;
78 if (pcondensed_targets)
79 *pcondensed_targets = apr_array_make(pool, 0, sizeof(const char *));
128 if (pcondensed_targets != NULL)
204 *pcondensed_targets = apr_array_make(pool, num_condensed,
232 APR_ARRAY_PUSH(*pcondensed_targets, const char *)
242 svn_path_remove_redundancies(apr_array_header_t **pcondensed_targets,
251 if ((targets->nelts <= 0) || (! pcondensed_targets))
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
240 svn_path_remove_redundancies(apr_array_header_t **pcondensed_targets, const apr_array_header_t *targets, apr_pool_t *pool) argument
[all...]
H A Ddirent_uri.c1954 apr_array_header_t **pcondensed_targets,
1968 if (pcondensed_targets)
1969 *pcondensed_targets = NULL;
1982 if (pcondensed_targets)
1983 *pcondensed_targets = apr_array_make(result_pool, 0,
2016 if (pcondensed_targets != NULL)
2084 *pcondensed_targets = apr_array_make(result_pool, num_condensed,
2112 APR_ARRAY_PUSH(*pcondensed_targets, const char *)
2122 apr_array_header_t **pcondensed_targets,
2136 if (pcondensed_targets)
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_path.h373 * - If @a pcondensed_targets is non-NULL, set @a *pcondensed_targets
377 * is empty, @a *pcondensed_targets will contain full URLs and/or
379 * and paths). If @a pcondensed_targets is NULL, leave it alone.
385 * - If @a pcondensed_targets is non-NULL, set @a *pcondensed_targets
387 * @a pcondensed_targets is NULL, leave it alone.
390 * applicable) @a *pcondensed_targets to @c NULL.
402 apr_array_header_t **pcondensed_targets,
409 * pcondensed_targets, omittin
[all...]
H A Dsvn_dirent_uri.h694 * - If @a pcondensed_targets is non-NULL, set @a *pcondensed_targets
698 * is empty, @a *pcondensed_targets will contain absolute dirents;
699 * redundancies can still be removed. If @a pcondensed_targets is NULL,
706 * - If @a pcondensed_targets is non-NULL, set @a *pcondensed_targets
708 * @a pcondensed_targets is NULL, leave it alone.
711 * applicable) @a *pcondensed_targets to @c NULL.
720 apr_array_header_t **pcondensed_targets,
735 * - If @a pcondensed_targets i
[all...]

Completed in 179 milliseconds