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

Public Attributes

const apr_strmatch_patternpattern
 
const ap_regex_tregexp
 
const charreplacement
 
apr_size_t replen
 
apr_size_t patlen
 
int flatten
 
const charfrom
 

Detailed Description

Definition at line 47 of file mod_substitute.c.

Member Data Documentation

◆ flatten

int subst_pattern_t::flatten

Definition at line 53 of file mod_substitute.c.

◆ from

const char* subst_pattern_t::from

Definition at line 54 of file mod_substitute.c.

◆ patlen

apr_size_t subst_pattern_t::patlen

Definition at line 52 of file mod_substitute.c.

◆ pattern

const apr_strmatch_pattern* subst_pattern_t::pattern

Definition at line 48 of file mod_substitute.c.

◆ regexp

const ap_regex_t* subst_pattern_t::regexp

Definition at line 49 of file mod_substitute.c.

◆ replacement

const char* subst_pattern_t::replacement

Definition at line 50 of file mod_substitute.c.

◆ replen

apr_size_t subst_pattern_t::replen

Definition at line 51 of file mod_substitute.c.


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