|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | APR_WANT_MEMFUNC |
Functions | |
| static apr_status_t | heap_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) |
| static void | heap_bucket_destroy (void *data) |
| APU_DECLARE (apr_bucket *) | |
Variables | |
| APU_DECLARE_DATA const apr_bucket_type_t | apr_bucket_type_heap |
| #define APR_WANT_MEMFUNC |
Definition at line 18 of file apr_buckets_heap.c.
| APU_DECLARE | ( | apr_bucket * | ) |
Definition at line 43 of file apr_buckets_heap.c.
|
static |
Definition at line 31 of file apr_buckets_heap.c.
|
static |
Definition at line 21 of file apr_buckets_heap.c.