17 #ifndef mod_http2_h2_bucket_stream_eos_h
18 #define mod_http2_h2_bucket_stream_eos_h
25 #define H2_BUCKET_IS_H2EOS(e) (e->type == &h2_bucket_type_eos)
struct apr_bucket_alloc_t apr_bucket_alloc_t
Definition: apr_buckets.h:128
apr_bucket * h2_bucket_eos_make(apr_bucket *b, struct h2_stream *stream)
apr_bucket * h2_bucket_eos_create(apr_bucket_alloc_t *list, struct h2_stream *stream)
const apr_bucket_type_t h2_bucket_type_eos
Definition: apr_buckets.h:136
Definition: apr_buckets.h:229
Definition: h2_stream.h:78