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

#include <mod_cache_disk.h>

Public Attributes

apr_pool_tpool
 
const charfile
 
apr_file_tfd
 
chartempfile
 
apr_file_ttempfd
 

Detailed Description

Definition at line 28 of file mod_cache_disk.h.

Member Data Documentation

◆ fd

apr_file_t* disk_cache_file_t::fd

Definition at line 31 of file mod_cache_disk.h.

◆ file

const char* disk_cache_file_t::file

Definition at line 30 of file mod_cache_disk.h.

◆ pool

apr_pool_t* disk_cache_file_t::pool

Definition at line 29 of file mod_cache_disk.h.

◆ tempfd

apr_file_t* disk_cache_file_t::tempfd

Definition at line 33 of file mod_cache_disk.h.

◆ tempfile

char* disk_cache_file_t::tempfile

Definition at line 32 of file mod_cache_disk.h.


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