Apache HTTPD
Public Attributes | List of all members
apr_strmatch_pattern Struct Reference

#include <apr_strmatch.h>

Public Attributes

const char *(* compare )(const apr_strmatch_pattern *this_pattern, const char *s, apr_size_t slen)
 
const charpattern
 
apr_size_t length
 
void * context
 

Detailed Description

Precompiled search pattern

Definition at line 43 of file apr_strmatch.h.

Member Data Documentation

◆ compare

const char *(* apr_strmatch_pattern::compare) (const apr_strmatch_pattern *this_pattern, const char *s, apr_size_t slen)

Function called to compare

Definition at line 45 of file apr_strmatch.h.

◆ context

void* apr_strmatch_pattern::context

hook to add precomputed metadata

Definition at line 49 of file apr_strmatch.h.

◆ length

apr_size_t apr_strmatch_pattern::length

Current length

Definition at line 48 of file apr_strmatch.h.

◆ pattern

const char* apr_strmatch_pattern::pattern

Current pattern

Definition at line 47 of file apr_strmatch.h.


The documentation for this struct was generated from the following file: