Apache HTTPD
Public Attributes | List of all members
apr_bucket_file Struct Reference

#include <apr_buckets.h>

Public Attributes

apr_bucket_refcount refcount
 
apr_file_tfd
 
apr_pool_treadpool
 
apr_size_t read_size
 

Detailed Description

A bucket referring to an file

Definition at line 612 of file apr_buckets.h.

Member Data Documentation

◆ fd

apr_file_t* apr_bucket_file::fd

The file this bucket refers to

Definition at line 616 of file apr_buckets.h.

◆ read_size

apr_size_t apr_bucket_file::read_size

File read block size

Definition at line 626 of file apr_buckets.h.

◆ readpool

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.

◆ refcount

apr_bucket_refcount apr_bucket_file::refcount

Number of buckets using this memory

Definition at line 614 of file apr_buckets.h.


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