| 
    Apache Portable Runtime
    
   | 
 
#include <apr_buckets.h>

Data Fields | |
| apr_bucket | b | 
| apr_bucket_heap | heap | 
| apr_bucket_pool | pool | 
| apr_bucket_mmap | mmap | 
| apr_bucket_file | file | 
A union of all bucket structures so we know what the max size is.
| apr_bucket apr_bucket_structs::b | 
Bucket
| apr_bucket_file apr_bucket_structs::file | 
File
| apr_bucket_heap apr_bucket_structs::heap | 
Heap
| apr_bucket_mmap apr_bucket_structs::mmap | 
MMap
| apr_bucket_pool apr_bucket_structs::pool | 
Pool