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

/httpd/include/
H A Dutil_filter.h249 unsigned int proto_flags; member in struct:ap_filter_rec_t
380 * @param proto_flags Protocol flags: logical OR of AP_FILTER_PROTO_* bits
389 unsigned int proto_flags);
609 * @param proto_flags Logical OR of AP_FILTER_PROTO_* bits
611 AP_DECLARE(void) ap_filter_protocol(ap_filter_t* f, unsigned int proto_flags);
/httpd/server/
H A Dutil_filter.c271 unsigned int proto_flags)
278 ret->proto_flags = proto_flags ;
730 f->frec->proto_flags = flags ;
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
/httpd/modules/filters/
H A Dmod_filter.c144 unsigned int proto_flags; local
211 proto_flags = provider->frec->proto_flags;
215 if (proto_flags & AP_FILTER_PROTO_NO_PROXY) {
220 if (proto_flags & AP_FILTER_PROTO_TRANSFORM) {
237 if (proto_flags & AP_FILTER_PROTO_CHANGE) {
240 if (proto_flags & AP_FILTER_PROTO_CHANGE_LENGTH) {
246 if (proto_flags & AP_FILTER_PROTO_NO_CACHE) {
251 if (proto_flags & AP_FILTER_PROTO_NO_BYTERANGE) {
295 if (filter->proto_flags
[all...]

Completed in 15 milliseconds