|
Apache HTTPD
|
#include <apr_buckets.h>
Public Attributes | |
| apr_bucket | b |
| apr_bucket_heap | heap |
| apr_bucket_pool | pool |
| apr_bucket_file | file |
A union of all bucket structures so we know what the max size is.
Definition at line 635 of file apr_buckets.h.
| apr_bucket apr_bucket_structs::b |
Bucket
Definition at line 636 of file apr_buckets.h.
| apr_bucket_file apr_bucket_structs::file |
File
Definition at line 642 of file apr_buckets.h.
| apr_bucket_heap apr_bucket_structs::heap |
Heap
Definition at line 637 of file apr_buckets.h.
| apr_bucket_pool apr_bucket_structs::pool |
Pool
Definition at line 638 of file apr_buckets.h.