|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | IS_SEP(c) (c == '/' || c == '\\') |
Functions | |
| static const char * | path_canonicalize (const char *path, apr_pool_t *pool) |
| static char * | path_remove_last_component (const char *path, apr_pool_t *pool) |
| apr_status_t | apr_dir_make_recursive (const char *path, apr_fileperms_t perm, apr_pool_t *pool) |
| apr_status_t apr_dir_make_recursive | ( | const char * | path, |
| apr_fileperms_t | perm, | ||
| apr_pool_t * | pool | ||
| ) |
Definition at line 63 of file dir_make_recurse.c.
Definition at line 25 of file dir_make_recurse.c.
|
static |
Definition at line 47 of file dir_make_recurse.c.