Apache HTTPD
Public Attributes | List of all members
apr_bucket_structs Union Reference

#include <apr_buckets.h>

Public Attributes

apr_bucket b
 
apr_bucket_heap heap
 
apr_bucket_pool pool
 
apr_bucket_file file
 

Detailed Description

A union of all bucket structures so we know what the max size is.

Definition at line 635 of file apr_buckets.h.

Member Data Documentation

◆ b

apr_bucket apr_bucket_structs::b

Bucket

Definition at line 636 of file apr_buckets.h.

◆ file

apr_bucket_file apr_bucket_structs::file

File

Definition at line 642 of file apr_buckets.h.

◆ heap

apr_bucket_heap apr_bucket_structs::heap

Heap

Definition at line 637 of file apr_buckets.h.

◆ pool

apr_bucket_pool apr_bucket_structs::pool

Pool

Definition at line 638 of file apr_buckets.h.


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