GME
13
|
APR-UTIL string matching routines. More...
Go to the source code of this file.
Classes | |
struct | apr_strmatch_pattern |
Defines | |
#define | apr_strmatch(pattern, s, slen) (*((pattern)->compare))((pattern), (s), (slen)) |
Typedefs | |
typedef struct apr_strmatch_pattern | apr_strmatch_pattern |
Functions | |
APU_DECLARE (const apr_strmatch_pattern *) apr_strmatch_precompile(apr_pool_t *p | |
Variables | |
const char * | s |
const char int | case_sensitive |
APR-UTIL string matching routines.
Definition in file apr_strmatch.h.