|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #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) |
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 | ||
| ) |
Definition at line 66 of file filepath_util.c.
| apr_status_t apr_filepath_list_split_impl | ( | apr_array_header_t ** | pathelts, |
| const char * | liststr, | ||
| char | separator, | ||
| apr_pool_t * | p | ||
| ) |
Definition at line 29 of file filepath_util.c.