Searched defs:apreq_filter (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/apreq/
H A Dfilter.c191 * 2) If an auth handler uses apreq, the apreq_filter will ensure
198 * it is safe for apreq_filter to "steal" the proto filter's context
223 else if (r->input_filters->frec->filter_func.in_func == apreq_filter) {
328 apr_status_t apreq_filter(ap_filter_t *f, function
447 ap_register_input_filter(APREQ_FILTER_NAME, apreq_filter, apreq_filter_init,
479 && f->next->frec->filter_func.in_func == apreq_filter

Completed in 11 milliseconds