GME
13
|
Go to the source code of this file.
Defines | |
#define | APR_INT_TRUNC_CAST int |
#define | APR_UINT32_TRUNC_CAST apr_uint32_t |
Functions | |
apr_status_t | apr_filepath_list_split_impl (apr_array_header_t **pathelts, const char *liststr, char separator, apr_pool_t *p) |
apr_status_t | apr_filepath_list_merge_impl (char **liststr, apr_array_header_t *pathelts, char separator, apr_pool_t *p) |
#define APR_INT_TRUNC_CAST int |
Definition at line 38 of file apr_private_common.h.
#define APR_UINT32_TRUNC_CAST apr_uint32_t |
Definition at line 39 of file apr_private_common.h.
apr_status_t apr_filepath_list_merge_impl | ( | char ** | liststr, |
apr_array_header_t * | pathelts, | ||
char | separator, | ||
apr_pool_t * | p | ||
) |
apr_status_t apr_filepath_list_split_impl | ( | apr_array_header_t ** | pathelts, |
const char * | liststr, | ||
char | separator, | ||
apr_pool_t * | p | ||
) |