Apache HTTPD
Functions
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_case (char **rootpath, char *root, apr_pool_t *p)
 
apr_status_t filepath_has_drive (const char *rootpath, int only, apr_pool_t *p)
 
apr_status_t filepath_compare_drive (const char *path1, const char *path2, apr_pool_t *p)
 
 APR_DECLARE (apr_status_t)
 

Function Documentation

◆ filepath_compare_drive()

apr_status_t filepath_compare_drive ( const char path1,
const char path2,
apr_pool_t p 
)

Definition at line 49 of file filesys.c.

◆ filepath_has_drive()

apr_status_t filepath_has_drive ( const char rootpath,
int  only,
apr_pool_t p 
)

Definition at line 31 of file filesys.c.

◆ filepath_root_case()

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

Definition at line 21 of file filesys.c.