Searched refs:ftype (Results 1 - 8 of 8) sorted by relevance

/httpd/include/
H A Dutil_filter.h226 * ftype >= AP_FTYPE_CONNECTION). Any use of this function for
243 ap_filter_type ftype; member in struct:ap_filter_rec_t
348 * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT_SET or
355 ap_filter_type ftype);
361 ap_filter_type ftype);
364 #define ap_register_output_filter(name,ffunc,init,ftype) \
365 ap_register_output_filter_protocol(name,ffunc,init,ftype,0)
378 * @param ftype The type of filter function, either ::AP_FTYPE_CONTENT_SET or
388 ap_filter_type ftype,
/httpd/server/
H A Dutil_filter.c42 || (before_this)->frec->ftype > (f)->frec->ftype \
206 ap_filter_type ftype,
239 frec->ftype = ftype;
249 ap_filter_type ftype)
253 return register_filter(name, f, filter_init, ftype,
260 ap_filter_type ftype)
263 filter_init, ftype, 0);
270 ap_filter_type ftype,
203 register_filter(const char *name, ap_filter_func filter_func, ap_init_filter_func filter_init, ap_filter_type ftype, filter_trie_node **reg_filter_set) argument
246 ap_register_input_filter(const char *name, ap_in_filter_func filter_func, ap_init_filter_func filter_init, ap_filter_type ftype) argument
257 ap_register_output_filter(const char *name, ap_out_filter_func filter_func, ap_init_filter_func filter_init, ap_filter_type ftype) argument
266 ap_register_output_filter_protocol( const char *name, ap_out_filter_func filter_func, ap_init_filter_func filter_init, ap_filter_type ftype, unsigned int proto_flags) argument
[all...]
H A Dcore.c4566 && r->output_filters->frec->ftype != AP_FTYPE_RESOURCE;
/httpd/modules/filters/
H A Dmod_filter.c414 filter->ftype = AP_FTYPE_RESOURCE;
419 filter->ftype = AP_FTYPE_CONTENT_SET;
422 filter->ftype = AP_FTYPE_PROTOCOL;
425 filter->ftype = AP_FTYPE_CONNECTION;
428 filter->ftype = AP_FTYPE_NETWORK;
H A Dmod_ext_filter.c46 ap_filter_type ftype; member in struct:ef_filter_t
233 filter->ftype = AP_FTYPE_RESOURCE;
274 if (!strncasecmp(args, "ftype=", 6)) {
277 filter->ftype = atoi(token);
323 ap_register_output_filter(filter->name, ef_output_filter, NULL, filter->ftype);
327 ap_register_input_filter(filter->name, ef_input_filter, NULL, filter->ftype);
/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) {
/httpd/modules/ssl/
H A Dssl_engine_io.c1894 * at exactly ftype == AP_FTYPE_PROTOCOL, since this filter will
1896 while (r->proto_input_filters->frec->ftype < AP_FTYPE_CONNECTION) {

Completed in 3277 milliseconds