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

/httpd/modules/filters/
H A Dmod_ext_filter.c78 static apr_status_t ef_output_filter(ap_filter_t *, apr_bucket_brigade *);
323 ap_register_output_filter(filter->name, ef_output_filter, NULL, filter->ftype);
835 static apr_status_t ef_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) function

Completed in 11 milliseconds