|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | APR_WANT_MEMFUNC |
Functions | |
| static apr_status_t | pool_bucket_cleanup (void *data) |
| static apr_status_t | pool_bucket_read (apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) |
| static void | pool_bucket_destroy (void *data) |
| APU_DECLARE (apr_bucket *) | |
Variables | |
| APU_DECLARE_DATA const apr_bucket_type_t | apr_bucket_type_pool |
| #define APR_WANT_MEMFUNC |
Definition at line 18 of file apr_buckets_pool.c.
| APU_DECLARE | ( | apr_bucket * | ) |
Definition at line 93 of file apr_buckets_pool.c.
|
static |
Definition at line 21 of file apr_buckets_pool.c.
|
static |
Definition at line 64 of file apr_buckets_pool.c.
|
static |
Definition at line 45 of file apr_buckets_pool.c.