|
Apache HTTPD
|
Public Attributes | |
| char | header [sizeof(proxy_header)] |
| apr_size_t | rcvd |
| apr_size_t | need |
| int | version |
| ap_input_mode_t | mode |
| apr_bucket_brigade * | bb |
| int | done |
Definition at line 130 of file mod_remoteip.c.
| apr_bucket_brigade* remoteip_filter_context::bb |
Definition at line 136 of file mod_remoteip.c.
| int remoteip_filter_context::done |
Definition at line 137 of file mod_remoteip.c.
| char remoteip_filter_context::header[sizeof(proxy_header)] |
Definition at line 131 of file mod_remoteip.c.
| ap_input_mode_t remoteip_filter_context::mode |
Definition at line 135 of file mod_remoteip.c.
| apr_size_t remoteip_filter_context::need |
Definition at line 133 of file mod_remoteip.c.
| apr_size_t remoteip_filter_context::rcvd |
Definition at line 132 of file mod_remoteip.c.
| int remoteip_filter_context::version |
Definition at line 134 of file mod_remoteip.c.