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

Public Attributes

charinput
 
charpattern
 
ap_regex_tregexp
 
ap_expr_info_texpr
 
int flags
 
pattern_type ptype
 
int pskip
 

Detailed Description

Definition at line 316 of file mod_rewrite.c.

Member Data Documentation

◆ expr

ap_expr_info_t* rewritecond_entry::expr

Definition at line 320 of file mod_rewrite.c.

◆ flags

int rewritecond_entry::flags

Definition at line 321 of file mod_rewrite.c.

◆ input

char* rewritecond_entry::input

Definition at line 317 of file mod_rewrite.c.

◆ pattern

char* rewritecond_entry::pattern

Definition at line 318 of file mod_rewrite.c.

◆ pskip

int rewritecond_entry::pskip

Definition at line 323 of file mod_rewrite.c.

◆ ptype

pattern_type rewritecond_entry::ptype

Definition at line 322 of file mod_rewrite.c.

◆ regexp

ap_regex_t* rewritecond_entry::regexp

Definition at line 319 of file mod_rewrite.c.


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