|
Apache HTTPD
|
Public Attributes | |
| const char * | fname |
| const char * | format_string |
| apr_array_header_t * | format |
| void * | log_writer |
| char * | condition_var |
| int | inherit |
| ap_expr_info_t * | condition_expr |
| const ap_directive_t * | directive |
Definition at line 262 of file mod_log_config.c.
| ap_expr_info_t* config_log_state::condition_expr |
Definition at line 269 of file mod_log_config.c.
| char* config_log_state::condition_var |
Definition at line 267 of file mod_log_config.c.
| const ap_directive_t* config_log_state::directive |
place of definition or NULL if already checked
Definition at line 271 of file mod_log_config.c.
Definition at line 263 of file mod_log_config.c.
| apr_array_header_t* config_log_state::format |
Definition at line 265 of file mod_log_config.c.
Definition at line 264 of file mod_log_config.c.
| int config_log_state::inherit |
Definition at line 268 of file mod_log_config.c.
| void* config_log_state::log_writer |
Definition at line 266 of file mod_log_config.c.