Apache2
|
Go to the source code of this file.
Macros | |
#define | H2_BUCKET_IS_H2EOC(e) (e->type == &h2_bucket_type_eoc) |
Functions | |
apr_bucket * | h2_bucket_eoc_make (apr_bucket *b, struct h2_session *session) |
apr_bucket * | h2_bucket_eoc_create (apr_bucket_alloc_t *list, struct h2_session *session) |
Variables | |
const apr_bucket_type_t | h2_bucket_type_eoc |
#define H2_BUCKET_IS_H2EOC | ( | e | ) | (e->type == &h2_bucket_type_eoc) |
apr_bucket* h2_bucket_eoc_create | ( | apr_bucket_alloc_t * | list, |
struct h2_session * | session | ||
) |
apr_bucket* h2_bucket_eoc_make | ( | apr_bucket * | b, |
struct h2_session * | session | ||
) |
const apr_bucket_type_t h2_bucket_type_eoc |
End Of HTTP/2 SESSION (H2EOC) bucket