|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | ap_bucket_eor |
Functions | |
| static apr_status_t | eor_bucket_cleanup (void *data) |
| static apr_status_t | eor_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) |
| apr_bucket * | ap_bucket_eor_make (apr_bucket *b, request_rec *r) |
| apr_bucket * | ap_bucket_eor_create (apr_bucket_alloc_t *list, request_rec *r) |
| static void | eor_bucket_destroy (void *data) |
Variables | |
| const apr_bucket_type_t | ap_bucket_type_eor |
|
static |
Definition at line 27 of file eor_bucket.c.
|
static |
Definition at line 93 of file eor_bucket.c.
|
static |
Definition at line 48 of file eor_bucket.c.