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

#include <ngx_open_file_cache.h>

Collaboration diagram for ngx_cached_open_file_s:
Collaboration graph
[legend]

Data Fields

ngx_rbtree_node_t node
ngx_queue_t queue
u_char * name
time_t created
time_t accessed
ngx_fd_t fd
ngx_file_uniq_t uniq
time_t mtime
off_t size
ngx_err_t err
uint32_t uses
unsigned count:24
unsigned close:1
unsigned use_event:1
unsigned is_dir:1
unsigned is_file:1
unsigned is_link:1
unsigned is_exec:1
unsigned is_directio:1
ngx_event_tevent

Detailed Description

Definition at line 56 of file ngx_open_file_cache.h.

Field Documentation

time_t accessed

Definition at line 62 of file ngx_open_file_cache.h.

unsigned close

Definition at line 78 of file ngx_open_file_cache.h.

unsigned count

Definition at line 77 of file ngx_open_file_cache.h.

time_t created

Definition at line 61 of file ngx_open_file_cache.h.

ngx_err_t err

Definition at line 68 of file ngx_open_file_cache.h.

ngx_event_t* event

Definition at line 87 of file ngx_open_file_cache.h.

Definition at line 64 of file ngx_open_file_cache.h.

unsigned is_dir

Definition at line 81 of file ngx_open_file_cache.h.

unsigned is_directio

Definition at line 85 of file ngx_open_file_cache.h.

unsigned is_exec

Definition at line 84 of file ngx_open_file_cache.h.

unsigned is_file

Definition at line 82 of file ngx_open_file_cache.h.

unsigned is_link

Definition at line 83 of file ngx_open_file_cache.h.

time_t mtime

Definition at line 66 of file ngx_open_file_cache.h.

u_char* name

Definition at line 60 of file ngx_open_file_cache.h.

Definition at line 57 of file ngx_open_file_cache.h.

ngx_queue_t queue

Definition at line 58 of file ngx_open_file_cache.h.

off_t size

Definition at line 67 of file ngx_open_file_cache.h.

Definition at line 65 of file ngx_open_file_cache.h.

unsigned use_event

Definition at line 79 of file ngx_open_file_cache.h.

uint32_t uses

Definition at line 70 of file ngx_open_file_cache.h.


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