Apache2
|
#include <apreq_module.h>
Data Fields | |
const struct apreq_module_t * | module |
apr_pool_t * | pool |
apr_bucket_alloc_t * | bucket_alloc |
An apreq handle associated with a module. The structure may have variable size, because the module may append its own data structures after it.
apr_bucket_alloc_t* apreq_handle_t::bucket_alloc |
the allocator, which persists at least as long as the pool
const struct apreq_module_t* apreq_handle_t::module |
the apreq module which implements this handle
apr_pool_t* apreq_handle_t::pool |
the pool which defines the lifetime of the parsed data