Apache2
h2_bucket_eos.h File Reference

Go to the source code of this file.

Macros

#define H2_BUCKET_IS_H2EOS(e)   (e->type == &h2_bucket_type_eos)
 

Functions

apr_bucketh2_bucket_eos_make (apr_bucket *b, struct h2_stream *stream)
 
apr_bucketh2_bucket_eos_create (apr_bucket_alloc_t *list, struct h2_stream *stream)
 

Variables

const apr_bucket_type_t h2_bucket_type_eos
 

Macro Definition Documentation

◆ H2_BUCKET_IS_H2EOS

#define H2_BUCKET_IS_H2EOS (   e)    (e->type == &h2_bucket_type_eos)

Function Documentation

◆ h2_bucket_eos_create()

apr_bucket* h2_bucket_eos_create ( apr_bucket_alloc_t list,
struct h2_stream stream 
)

◆ h2_bucket_eos_make()

apr_bucket* h2_bucket_eos_make ( apr_bucket b,
struct h2_stream stream 
)

Variable Documentation

◆ h2_bucket_type_eos

const apr_bucket_type_t h2_bucket_type_eos
extern

End Of HTTP/2 STREAM (H2EOS) bucket