|
Apache HTTPD
|
Go to the source code of this file.
Functions | |
| static apr_status_t | error_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) |
| static void | error_bucket_destroy (void *data) |
| apr_bucket * | ap_bucket_error_make (apr_bucket *b, int error, const char *buf, apr_pool_t *p) |
| apr_bucket * | ap_bucket_error_create (int error, const char *buf, apr_pool_t *p, apr_bucket_alloc_t *list) |
Variables | |
| const apr_bucket_type_t | ap_bucket_type_error |
|
static |
Definition at line 32 of file error_bucket.c.
|
static |
Definition at line 24 of file error_bucket.c.