Apache HTTPD
Classes | Macros | Typedefs | Functions | Variables
apr_strmatch.h File Reference

APR-UTIL string matching routines. More...

#include "apu.h"
#include "apr_pools.h"

Go to the source code of this file.

Classes

struct  apr_strmatch_pattern
 

Macros

#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 chars
 
const char int case_sensitive
 

Detailed Description

APR-UTIL string matching routines.

Definition in file apr_strmatch.h.