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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilepath_util.c29 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts, argument
61 *pathelts = elts;
67 apr_array_header_t *pathelts,
77 if (pathelts->elt_size != sizeof(char*))
81 for (i = 0; i < pathelts->nelts; ++i)
82 path_size += strlen(((char**)pathelts->elts)[i]);
95 for (i = 0; i < pathelts->nelts; ++i)
99 const char *part = ((char**)pathelts->elts)[i];
66 apr_filepath_list_merge_impl(char **liststr, apr_array_header_t *pathelts, char separator, apr_pool_t *p) argument
H A Dfilepath.c292 APR_DECLARE(apr_status_t) apr_filepath_list_split(apr_array_header_t **pathelts,
296 return apr_filepath_list_split_impl(pathelts, liststr, ':', p);
300 apr_array_header_t *pathelts,
303 return apr_filepath_list_merge_impl(liststr, pathelts, ':', p);
/freebsd-11-stable/contrib/apr/include/arch/
H A Dapr_private_common.h27 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts,
33 apr_array_header_t *pathelts,
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h362 * @param pathelts the returned components of the search path
365 * @remark empty path components do not become part of @a pathelts.
369 APR_DECLARE(apr_status_t) apr_filepath_list_split(apr_array_header_t **pathelts,
375 * @param liststr the returned search path; may be NULL if @a pathelts is empty
376 * @param pathelts the components of the search path
383 apr_array_header_t *pathelts,

Completed in 124 milliseconds