|
Apache HTTPD
|
Public Attributes | |
| char * | name |
| ap_regex_t * | pnamereg |
| char * | regex |
| ap_regex_t * | preg |
| const apr_strmatch_pattern * | pattern |
| ap_expr_info_t * | expr |
| apr_table_t * | features |
| enum special | special_type |
| int | icase |
| ap_expr_info_t * | cond |
| ap_expr_info_t * | subst |
| const char * | envname |
Definition at line 106 of file mod_setenvif.c.
| ap_expr_info_t* sei_entry::cond |
Definition at line 25 of file mod_proxy_fcgi.c.
Definition at line 27 of file mod_proxy_fcgi.c.
| ap_expr_info_t* sei_entry::expr |
Definition at line 112 of file mod_setenvif.c.
| apr_table_t* sei_entry::features |
Definition at line 113 of file mod_setenvif.c.
| int sei_entry::icase |
Definition at line 115 of file mod_setenvif.c.
| char* sei_entry::name |
Definition at line 107 of file mod_setenvif.c.
| const apr_strmatch_pattern* sei_entry::pattern |
Definition at line 111 of file mod_setenvif.c.
| ap_regex_t* sei_entry::pnamereg |
Definition at line 108 of file mod_setenvif.c.
| ap_regex_t* sei_entry::preg |
Definition at line 110 of file mod_setenvif.c.
| char* sei_entry::regex |
Definition at line 109 of file mod_setenvif.c.
Definition at line 114 of file mod_setenvif.c.
| ap_expr_info_t* sei_entry::subst |
Definition at line 26 of file mod_proxy_fcgi.c.