|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | H2_BUCKET_IS_H2EOS(e) (e->type == &h2_bucket_type_eos) |
Functions | |
| 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) |
Variables | |
| const apr_bucket_type_t | h2_bucket_type_eos |
| #define H2_BUCKET_IS_H2EOS | ( | e | ) | (e->type == &h2_bucket_type_eos) |
Definition at line 25 of file h2_bucket_eos.h.
| apr_bucket * h2_bucket_eos_create | ( | apr_bucket_alloc_t * | list, |
| struct h2_stream * | stream | ||
| ) |
Definition at line 72 of file h2_bucket_eos.c.
| apr_bucket * h2_bucket_eos_make | ( | apr_bucket * | b, |
| struct h2_stream * | stream | ||
| ) |
Definition at line 59 of file h2_bucket_eos.c.
|
extern |
End Of HTTP/2 STREAM (H2EOS) bucket
Definition at line 104 of file h2_bucket_eos.c.