Apache HTTPD
Classes | Public Attributes | List of all members
apr_bucket_brigade Struct Reference

#include <apr_buckets.h>

Classes

struct  apr_bucket_list
 

Public Attributes

apr_pool_tp
 
struct apr_bucket_brigade::apr_bucket_list list
 
apr_bucket_alloc_tbucket_alloc
 

Detailed Description

A list of buckets

Definition at line 258 of file apr_buckets.h.

Member Data Documentation

◆ bucket_alloc

apr_bucket_alloc_t* apr_bucket_brigade::bucket_alloc

The freelist from which this bucket was allocated

Definition at line 275 of file apr_buckets.h.

◆ list

struct apr_bucket_brigade::apr_bucket_list apr_bucket_brigade::list

◆ p

apr_pool_t* apr_bucket_brigade::p

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.


The documentation for this struct was generated from the following file: