|
GME
13
|
|
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 |
| #define apr_strmatch | ( | pattern, | |
| s, | |||
| slen | |||
| ) | (*((pattern)->compare))((pattern), (s), (slen)) |
Definition at line 64 of file apr_strmatch.h.
| typedef struct apr_strmatch_pattern apr_strmatch_pattern |
Definition at line 38 of file apr_strmatch.h.
| APU_DECLARE | ( | const apr_strmatch_pattern * | ) |
Precompile a pattern for matching using the Boyer-Moore-Horspool algorithm
| p | The pool from which to allocate the pattern |
| s | The pattern string |
| case_sensitive | Whether the matching should be case-sensitive |
| const char int case_sensitive |
Definition at line 74 of file apr_strmatch.h.
| const char* s |
Definition at line 74 of file apr_strmatch.h.
1.7.6.1