Home
last modified time | relevance | path

Searched refs:apr_filepath_list_split_impl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/apr/include/arch/
HDapr_private_common.h27 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts,
/NextBSD/contrib/apr/file_io/unix/
HDfilepath_util.c29 apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts, in apr_filepath_list_split_impl() function
HDfilepath.c296 return apr_filepath_list_split_impl(pathelts, liststr, ':', p); in apr_filepath_list_split()