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

#include <mod_cache_disk.h>

Public Attributes

const charroot
 
apr_size_t root_len
 
const charprefix
 
disk_cache_file_t data
 
disk_cache_file_t hdrs
 
disk_cache_file_t vary
 
const charhashfile
 
const charname
 
const charkey
 
apr_off_t file_size
 
disk_cache_info_t disk_info
 
apr_table_theaders_in
 
apr_table_theaders_out
 
apr_off_t offset
 
apr_time_t timeout
 
unsigned int done:1
 

Detailed Description

Definition at line 40 of file mod_cache_disk.h.

Member Data Documentation

◆ data

disk_cache_file_t disk_cache_object::data

Definition at line 44 of file mod_cache_disk.h.

◆ disk_info

disk_cache_info_t disk_cache_object::disk_info

Definition at line 51 of file mod_cache_disk.h.

◆ done

unsigned int disk_cache_object::done

Definition at line 56 of file mod_cache_disk.h.

◆ file_size

apr_off_t disk_cache_object::file_size

Definition at line 50 of file mod_cache_disk.h.

◆ hashfile

const char* disk_cache_object::hashfile

Definition at line 47 of file mod_cache_disk.h.

◆ hdrs

disk_cache_file_t disk_cache_object::hdrs

Definition at line 45 of file mod_cache_disk.h.

◆ headers_in

apr_table_t* disk_cache_object::headers_in

Definition at line 52 of file mod_cache_disk.h.

◆ headers_out

apr_table_t* disk_cache_object::headers_out

Definition at line 53 of file mod_cache_disk.h.

◆ key

const char* disk_cache_object::key

Definition at line 49 of file mod_cache_disk.h.

◆ name

const char* disk_cache_object::name

Definition at line 48 of file mod_cache_disk.h.

◆ offset

apr_off_t disk_cache_object::offset

Definition at line 54 of file mod_cache_disk.h.

◆ prefix

const char* disk_cache_object::prefix

Definition at line 43 of file mod_cache_disk.h.

◆ root

const char* disk_cache_object::root

Definition at line 41 of file mod_cache_disk.h.

◆ root_len

apr_size_t disk_cache_object::root_len

Definition at line 42 of file mod_cache_disk.h.

◆ timeout

apr_time_t disk_cache_object::timeout

Definition at line 55 of file mod_cache_disk.h.

◆ vary

disk_cache_file_t disk_cache_object::vary

Definition at line 46 of file mod_cache_disk.h.


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