Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_file_cache_node_t Struct Reference

#include <ngx_http_cache.h>

Collaboration diagram for ngx_http_file_cache_node_t:
Collaboration graph
[legend]

Data Fields

ngx_rbtree_node_t node
ngx_queue_t queue
u_char key [NGX_HTTP_CACHE_KEY_LEN-sizeof(ngx_rbtree_key_t)]
unsigned count:20
unsigned uses:10
unsigned valid_msec:10
unsigned error:10
unsigned exists:1
unsigned updating:1
unsigned deleting:1
ngx_file_uniq_t uniq
time_t expire
time_t valid_sec
size_t body_start
off_t fs_size

Detailed Description

Definition at line 34 of file ngx_http_cache.h.

Field Documentation

size_t body_start

Definition at line 53 of file ngx_http_cache.h.

unsigned count

Definition at line 41 of file ngx_http_cache.h.

unsigned deleting

Definition at line 47 of file ngx_http_cache.h.

unsigned error

Definition at line 44 of file ngx_http_cache.h.

unsigned exists

Definition at line 45 of file ngx_http_cache.h.

time_t expire

Definition at line 51 of file ngx_http_cache.h.

off_t fs_size

Definition at line 54 of file ngx_http_cache.h.

Definition at line 39 of file ngx_http_cache.h.

Definition at line 35 of file ngx_http_cache.h.

ngx_queue_t queue

Definition at line 36 of file ngx_http_cache.h.

Definition at line 50 of file ngx_http_cache.h.

unsigned updating

Definition at line 46 of file ngx_http_cache.h.

unsigned uses

Definition at line 42 of file ngx_http_cache.h.

unsigned valid_msec

Definition at line 43 of file ngx_http_cache.h.

time_t valid_sec

Definition at line 52 of file ngx_http_cache.h.


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