Apache HTTPD
Functions
apr_fnmatch.c File Reference
#include "apr_file_info.h"
#include "apr_fnmatch.h"
#include "apr_tables.h"
#include "apr_lib.h"
#include "apr_strings.h"
#include <string.h>

Go to the source code of this file.

Functions

static APR_INLINE int fnmatch_ch (const char **pattern, const char **string, int flags)
 
 APR_DECLARE (int)
 

Function Documentation

◆ fnmatch_ch()

static APR_INLINE int fnmatch_ch ( const char **  pattern,
const char **  string,
int  flags 
)
static

< Compare characters case-insensitively.

< Disable backslash escaping.

< Slash must be matched by slash.

< Match failed.

< Match failed.

< Match failed.

Definition at line 74 of file apr_fnmatch.c.