Apache HTTPD
Functions | Variables
filesys.c File Reference
#include "apr.h"
#include "apr_arch_file_io.h"
#include "apr_strings.h"

Go to the source code of this file.

Functions

apr_status_t filepath_root_test (char *path, apr_pool_t *p)
 
apr_status_t filepath_drive_get (char **rootpath, char drive, apr_int32_t flags, apr_pool_t *p)
 
apr_status_t filepath_root_case (char **rootpath, char *root, apr_pool_t *p)
 
 APR_DECLARE (apr_status_t)
 

Variables

const char apr_c_is_fnchar [256]
 

Function Documentation

◆ filepath_drive_get()

apr_status_t filepath_drive_get ( char **  rootpath,
char  drive,
apr_int32_t  flags,
apr_pool_t p 
)

Definition at line 88 of file filesys.c.

◆ filepath_root_case()

apr_status_t filepath_root_case ( char **  rootpath,
char root,
apr_pool_t p 
)

Definition at line 134 of file filesys.c.

◆ filepath_root_test()

apr_status_t filepath_root_test ( char path,
apr_pool_t p 
)

Definition at line 66 of file filesys.c.

Variable Documentation

◆ apr_c_is_fnchar

const char apr_c_is_fnchar[256]
Initial value:
=
{
0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1,1,2,1,3,3,3,3,3,3,2,1,1,1,1,0, 1,1,1,1,1,1,1,1,1,1,0,3,2,1,2,2,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,3,2,3,3,1,
3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,3,2,3,3,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
}

Definition at line 49 of file filesys.c.