Searched refs:AP_FTYPE_CONNECTION (Results 1 - 9 of 9) sorted by relevance

/httpd/modules/debugging/
H A Dmod_dumpio.c200 NULL, AP_FTYPE_CONNECTION + 3) ;
203 NULL, AP_FTYPE_CONNECTION + 3) ;
H A Dmod_firehose.c508 AP_FTYPE_CONNECTION + 3);
511 AP_FTYPE_CONNECTION + 3);
/httpd/include/
H A Dutil_filter.h180 AP_FTYPE_CONNECTION = 50, enumerator in enum:__anon46
226 * ftype >= AP_FTYPE_CONNECTION). Any use of this function for
238 /** The type of filter, either AP_FTYPE_CONTENT or AP_FTYPE_CONNECTION.
240 * found in the content. An AP_FTYPE_CONNECTION filter modifies the
349 * ::AP_FTYPE_CONNECTION
379 * ::AP_FTYPE_CONNECTION
441 * is >= AP_FTYPE_CONNECTION) during processing of a request, the request
457 * is >= AP_FTYPE_CONNECTION) during processing of a request, the request
/httpd/server/
H A Dutil_filter.c288 apr_pool_t *p = frec->ftype < AP_FTYPE_CONNECTION && r ? r->pool : c->pool;
302 else if (frec->ftype < AP_FTYPE_CONNECTION) {
319 f->r = frec->ftype < AP_FTYPE_CONNECTION ? r : NULL;
356 if (frec->ftype < AP_FTYPE_CONNECTION && (*r_filters == *c_filters)) {
/httpd/modules/ssl/
H A Dssl_engine_io.c1896 while (r->proto_input_filters->frec->ftype < AP_FTYPE_CONNECTION) {
2083 ap_register_input_filter (ssl_io_filter, ssl_io_filter_input, NULL, AP_FTYPE_CONNECTION + 5);
2084 ap_register_output_filter (ssl_io_coalesce, ssl_io_filter_coalesce, NULL, AP_FTYPE_CONNECTION + 4);
2085 ap_register_output_filter (ssl_io_filter, ssl_io_filter_output, NULL, AP_FTYPE_CONNECTION + 5);
/httpd/modules/filters/
H A Dmod_filter.c425 filter->ftype = AP_FTYPE_CONNECTION;
H A Dmod_reqtimeout.c611 * mod_ssl is AP_FTYPE_CONNECTION + 5 and mod_reqtimeout needs to
616 AP_FTYPE_CONNECTION + 8);
/httpd/modules/generators/
H A Dmod_cgi.c1023 while (cur && cur->frec->ftype < AP_FTYPE_CONNECTION) {
H A Dmod_cgid.c1693 while (cur && cur->frec->ftype < AP_FTYPE_CONNECTION) {

Completed in 55 milliseconds