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

#include <ap_regex.h>

Public Attributes

ap_regex_t rx
 
apr_uint32_t flags
 
const charsubs
 
const charmatch
 
apr_size_t nmatch
 
ap_regmatch_tpmatch
 

Detailed Description

Definition at line 219 of file ap_regex.h.

Member Data Documentation

◆ flags

apr_uint32_t ap_rxplus_t::flags

Definition at line 221 of file ap_regex.h.

◆ match

const char* ap_rxplus_t::match

Definition at line 223 of file ap_regex.h.

◆ nmatch

apr_size_t ap_rxplus_t::nmatch

Definition at line 224 of file ap_regex.h.

◆ pmatch

ap_regmatch_t* ap_rxplus_t::pmatch

Definition at line 225 of file ap_regex.h.

◆ rx

ap_regex_t ap_rxplus_t::rx

Definition at line 220 of file ap_regex.h.

◆ subs

const char* ap_rxplus_t::subs

Definition at line 222 of file ap_regex.h.


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