|
Apache HTTPD
|
#include <apr_buckets.h>
Public Attributes | |
| apr_bucket_refcount | refcount |
| apr_file_t * | fd |
| apr_pool_t * | readpool |
| apr_size_t | read_size |
A bucket referring to an file
Definition at line 612 of file apr_buckets.h.
| apr_file_t* apr_bucket_file::fd |
The file this bucket refers to
Definition at line 616 of file apr_buckets.h.
| apr_size_t apr_bucket_file::read_size |
File read block size
Definition at line 626 of file apr_buckets.h.
| apr_pool_t* apr_bucket_file::readpool |
The pool into which any needed structures should be created while reading from this file bucket
Definition at line 619 of file apr_buckets.h.
| apr_bucket_refcount apr_bucket_file::refcount |
Number of buckets using this memory
Definition at line 614 of file apr_buckets.h.