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

#include <ap_regex.h>

Public Attributes

void * re_pcre
 
int re_nsub
 
apr_size_t re_erroffset
 

Detailed Description

Definition at line 108 of file ap_regex.h.

Member Data Documentation

◆ re_erroffset

apr_size_t ap_regex_t::re_erroffset

Definition at line 111 of file ap_regex.h.

◆ re_nsub

int ap_regex_t::re_nsub

Definition at line 110 of file ap_regex.h.

◆ re_pcre

void* ap_regex_t::re_pcre

Definition at line 109 of file ap_regex.h.


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