Groonga 3.0.9 Source Code Document
|
#include <ngx_http_cache.h>
Data Fields | |
ngx_rbtree_t | rbtree |
ngx_rbtree_node_t | sentinel |
ngx_queue_t | queue |
ngx_atomic_t | cold |
ngx_atomic_t | loading |
off_t | size |
Definition at line 109 of file ngx_http_cache.h.
ngx_atomic_t cold |
Definition at line 113 of file ngx_http_cache.h.
ngx_atomic_t loading |
Definition at line 114 of file ngx_http_cache.h.
ngx_queue_t queue |
Definition at line 112 of file ngx_http_cache.h.
ngx_rbtree_t rbtree |
Definition at line 110 of file ngx_http_cache.h.
ngx_rbtree_node_t sentinel |
Definition at line 111 of file ngx_http_cache.h.
off_t size |
Definition at line 115 of file ngx_http_cache.h.