17 #ifndef __mod_h2__h2_c2_filter__
18 #define __mod_h2__h2_c2_filter__
32 #if AP_HAS_RESPONSE_BUCKETS
58 struct h2_response_parser;
apr_read_type_e
Definition: apr_buckets.h:62
apr_bucket_brigade ap_input_mode_t apr_read_type_e apr_off_t readbytes
Definition: mod_dav.h:2664
apr_bucket_brigade * bb
Definition: mod_dav.h:555
apr_bucket_brigade ap_input_mode_t mode
Definition: mod_dav.h:2662
apr_bucket_brigade ap_input_mode_t apr_read_type_e block
Definition: mod_dav.h:2663
int apr_status_t
Definition: apr_errno.h:44
apr_status_t h2_c2_filter_response_out(ap_filter_t *f, apr_bucket_brigade *bb)
apr_status_t h2_c2_filter_trailers_out(ap_filter_t *f, apr_bucket_brigade *bb)
apr_status_t h2_c2_filter_request_in(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
apr_status_t h2_c2_filter_catch_h1_out(ap_filter_t *f, apr_bucket_brigade *bb)
The representation of a filter chain.
Definition: util_filter.h:278
Definition: apr_buckets.h:263
ap_input_mode_t
input filtering modes
Definition: util_filter.h:41