|
Apache HTTPD
|
#include "apr_want.h"#include "apr_errno.h"#include "apr_pools.h"#include "apr_strings.h"#include "apr_tables.h"#include "apr_private.h"Go to the source code of this file.
Macros | |
| #define | APR_WANT_STRFUNC |
| #define | APR_WANT_MEMFUNC |
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_WANT_MEMFUNC |
Definition at line 19 of file filepath_util.c.
| #define APR_WANT_STRFUNC |
Definition at line 18 of file filepath_util.c.
| 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.