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

#include <cache_disk_common.h>

Public Attributes

apr_uint32_t format
 
int status
 
apr_size_t name_len
 
apr_size_t entity_version
 
apr_time_t date
 
apr_time_t expire
 
apr_time_t request_time
 
apr_time_t response_time
 
apr_ino_t inode
 
apr_dev_t device
 
unsigned int has_body:1
 
unsigned int header_only:1
 
cache_control_t control
 

Detailed Description

Definition at line 43 of file cache_disk_common.h.

Member Data Documentation

◆ control

cache_control_t disk_cache_info_t::control

Definition at line 64 of file cache_disk_common.h.

◆ date

apr_time_t disk_cache_info_t::date

Definition at line 53 of file cache_disk_common.h.

◆ device

apr_dev_t disk_cache_info_t::device

Definition at line 59 of file cache_disk_common.h.

◆ entity_version

apr_size_t disk_cache_info_t::entity_version

Definition at line 51 of file cache_disk_common.h.

◆ expire

apr_time_t disk_cache_info_t::expire

Definition at line 54 of file cache_disk_common.h.

◆ format

apr_uint32_t disk_cache_info_t::format

Definition at line 45 of file cache_disk_common.h.

◆ has_body

unsigned int disk_cache_info_t::has_body

Definition at line 61 of file cache_disk_common.h.

◆ header_only

unsigned int disk_cache_info_t::header_only

Definition at line 62 of file cache_disk_common.h.

◆ inode

apr_ino_t disk_cache_info_t::inode

Definition at line 58 of file cache_disk_common.h.

◆ name_len

apr_size_t disk_cache_info_t::name_len

Definition at line 49 of file cache_disk_common.h.

◆ request_time

apr_time_t disk_cache_info_t::request_time

Definition at line 55 of file cache_disk_common.h.

◆ response_time

apr_time_t disk_cache_info_t::response_time

Definition at line 56 of file cache_disk_common.h.

◆ status

int disk_cache_info_t::status

Definition at line 47 of file cache_disk_common.h.


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