Searched refs:pathelts (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/apr/file_io/unix/ |
| HD | filepath_util.c | 29 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts, in apr_filepath_list_split_impl() argument 61 *pathelts = elts; in apr_filepath_list_split_impl() 67 apr_array_header_t *pathelts, in apr_filepath_list_merge_impl() argument 77 if (pathelts->elt_size != sizeof(char*)) in apr_filepath_list_merge_impl() 81 for (i = 0; i < pathelts->nelts; ++i) in apr_filepath_list_merge_impl() 82 path_size += strlen(((char**)pathelts->elts)[i]); in apr_filepath_list_merge_impl() 95 for (i = 0; i < pathelts->nelts; ++i) in apr_filepath_list_merge_impl() 99 const char *part = ((char**)pathelts->elts)[i]; in apr_filepath_list_merge_impl()
|
| HD | filepath.c | 292 APR_DECLARE(apr_status_t) apr_filepath_list_split(apr_array_header_t **pathelts, in apr_filepath_list_split() argument 296 return apr_filepath_list_split_impl(pathelts, liststr, ':', p); in apr_filepath_list_split() 300 apr_array_header_t *pathelts, in apr_filepath_list_merge() argument 303 return apr_filepath_list_merge_impl(liststr, pathelts, ':', p); in apr_filepath_list_merge()
|
| /NextBSD/contrib/apr/include/arch/ |
| HD | apr_private_common.h | 27 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts, 33 apr_array_header_t *pathelts,
|
| /NextBSD/contrib/apr/include/ |
| HD | apr_file_info.h | 369 APR_DECLARE(apr_status_t) apr_filepath_list_split(apr_array_header_t **pathelts, 383 apr_array_header_t *pathelts,
|