17 #ifndef __mod_h2__h2_filter__
18 #define __mod_h2__h2_filter__
55 #define H2_BUCKET_IS_OBSERVER(e) (e->type == &h2_bucket_type_observer)
apr_status_t h2_bucket_observer_fire(apr_bucket *b, h2_bucket_event event)
ap_input_mode_t
input filtering modes
Definition: util_filter.h:41
struct h2_filter_cin * cin
Definition: h2_session.h:86
apr_status_t h2_filter_core_input(ap_filter_t *filter, apr_bucket_brigade *brigade, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
The representation of a filter chain.
Definition: util_filter.h:278
struct apr_bucket_alloc_t apr_bucket_alloc_t
Definition: apr_buckets.h:123
h2_filter_cin * h2_filter_cin_create(struct h2_session *session)
Definition: h2_bucket_beam.h:163
Definition: apr_buckets.h:258
apr_bucket * h2_bucket_observer_create(apr_bucket_alloc_t *list, h2_bucket_event_cb *cb, void *ctx)
apr_status_t h2_bucket_event_cb(void *ctx, h2_bucket_event event, apr_bucket *b)
Definition: h2_filter.h:53
Definition: h2_filter.h:47
apr_int64_t apr_interval_time_t
Definition: apr_time.h:55
apr_bucket * h2_bucket_observer_make(apr_bucket *b, h2_bucket_event_cb *cb, void *ctx)
struct h2_session * session
Definition: h2_filter.h:30
Definition: apr_buckets.h:224
Definition: apr_arch_networkio.h:37
dav_error * src
Definition: mod_dav.h:186
Definition: h2_stream.h:65
apr_bucket * h2_bucket_observer_beam(struct h2_bucket_beam *beam, apr_bucket_brigade *dest, const apr_bucket *src)
h2_bucket_event
Definition: h2_filter.h:46
Definition: h2_filter.h:48
apr_read_type_e
Definition: apr_buckets.h:57
A structure that represents the current request.
Definition: httpd.h:860
void h2_filter_cin_timeout_set(h2_filter_cin *cin, apr_interval_time_t timeout)
struct h2_filter_cin h2_filter_cin
apr_pool_t * pool
Definition: h2_filter.h:26
const apr_bucket_type_t h2_bucket_type_observer
apr_socket_t * socket
Definition: h2_filter.h:27
apr_interval_time_t timeout
Definition: h2_filter.h:28
Definition: apr_buckets.h:131
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
int apr_status_t
Definition: apr_errno.h:44
int h2_filter_h2_status_handler(request_rec *r)
apr_bucket_brigade * bb
Definition: h2_filter.h:29
request_rec * r
Definition: mod_dav.h:518
apr_bucket * cur
Definition: h2_filter.h:31
Definition: h2_session.h:76
Definition: h2_filter.h:25