GME
13
|
#include <apr_buckets.h>
Public Member Functions | |
APR_RING_HEAD (apr_bucket_list, apr_bucket) list | |
Public Attributes | |
apr_pool_t * | p |
apr_bucket_alloc_t * | bucket_alloc |
A list of buckets
Definition at line 258 of file apr_buckets.h.
apr_bucket_brigade::APR_RING_HEAD | ( | apr_bucket_list | , |
apr_bucket | |||
) |
The buckets in the brigade are on this list.
The freelist from which this bucket was allocated
Definition at line 275 of file apr_buckets.h.
The pool to associate the brigade with. The data is not allocated out of the pool, but a cleanup is registered with this pool. If the brigade is destroyed by some mechanism other than pool destruction, the destroying function is responsible for killing the cleanup.
Definition at line 264 of file apr_buckets.h.