|
Apache HTTPD
|
Go to the source code of this file.
Functions | |
| static apr_status_t | eoc_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) |
| apr_bucket * | ap_bucket_eoc_make (apr_bucket *b) |
| apr_bucket * | ap_bucket_eoc_create (apr_bucket_alloc_t *list) |
Variables | |
| const apr_bucket_type_t | ap_bucket_type_eoc |
| apr_bucket * ap_bucket_eoc_create | ( | apr_bucket_alloc_t * | list | ) |
Definition at line 38 of file eoc_bucket.c.
| apr_bucket * ap_bucket_eoc_make | ( | apr_bucket * | b | ) |
Definition at line 28 of file eoc_bucket.c.
|
static |
Definition at line 20 of file eoc_bucket.c.