apreq_private_apache2.h revision 1e5905d1f04191cad9dae6117e1508c7f7d5587a
234N/Astruct dir_config {
234N/Astruct apache2_handle {
234N/A request_rec *r;
234N/A ap_filter_t *f;
234N/Astruct filter_ctx {
234N/A request_rec *r = f->r;
234N/A if (f != r->input_filters) {
234N/A r->input_filters = f;