|
Groonga 3.0.9 Source Code Document
|
#include <ngx_conf_file.h>

Data Fields | |
| ngx_uint_t | ctx_index |
| ngx_uint_t | index |
| ngx_uint_t | spare0 |
| ngx_uint_t | spare1 |
| ngx_uint_t | spare2 |
| ngx_uint_t | spare3 |
| ngx_uint_t | version |
| void * | ctx |
| ngx_command_t * | commands |
| ngx_uint_t | type |
| ngx_int_t(* | init_master )(ngx_log_t *log) |
| ngx_int_t(* | init_module )(ngx_cycle_t *cycle) |
| ngx_int_t(* | init_process )(ngx_cycle_t *cycle) |
| ngx_int_t(* | init_thread )(ngx_cycle_t *cycle) |
| void(* | exit_thread )(ngx_cycle_t *cycle) |
| void(* | exit_process )(ngx_cycle_t *cycle) |
| void(* | exit_master )(ngx_cycle_t *cycle) |
| uintptr_t | spare_hook0 |
| uintptr_t | spare_hook1 |
| uintptr_t | spare_hook2 |
| uintptr_t | spare_hook3 |
| uintptr_t | spare_hook4 |
| uintptr_t | spare_hook5 |
| uintptr_t | spare_hook6 |
| uintptr_t | spare_hook7 |
Definition at line 102 of file ngx_conf_file.h.
| ngx_command_t* commands |
Definition at line 114 of file ngx_conf_file.h.
| void* ctx |
Definition at line 113 of file ngx_conf_file.h.
| ngx_uint_t ctx_index |
Definition at line 103 of file ngx_conf_file.h.
| void(* exit_master)(ngx_cycle_t *cycle) |
Definition at line 126 of file ngx_conf_file.h.
| void(* exit_process)(ngx_cycle_t *cycle) |
Definition at line 124 of file ngx_conf_file.h.
| void(* exit_thread)(ngx_cycle_t *cycle) |
Definition at line 123 of file ngx_conf_file.h.
| ngx_uint_t index |
Definition at line 104 of file ngx_conf_file.h.
Definition at line 117 of file ngx_conf_file.h.
| ngx_int_t(* init_module)(ngx_cycle_t *cycle) |
Definition at line 119 of file ngx_conf_file.h.
| ngx_int_t(* init_process)(ngx_cycle_t *cycle) |
Definition at line 121 of file ngx_conf_file.h.
| ngx_int_t(* init_thread)(ngx_cycle_t *cycle) |
Definition at line 122 of file ngx_conf_file.h.
| ngx_uint_t spare0 |
Definition at line 106 of file ngx_conf_file.h.
| ngx_uint_t spare1 |
Definition at line 107 of file ngx_conf_file.h.
| ngx_uint_t spare2 |
Definition at line 108 of file ngx_conf_file.h.
| ngx_uint_t spare3 |
Definition at line 109 of file ngx_conf_file.h.
| uintptr_t spare_hook0 |
Definition at line 128 of file ngx_conf_file.h.
| uintptr_t spare_hook1 |
Definition at line 129 of file ngx_conf_file.h.
| uintptr_t spare_hook2 |
Definition at line 130 of file ngx_conf_file.h.
| uintptr_t spare_hook3 |
Definition at line 131 of file ngx_conf_file.h.
| uintptr_t spare_hook4 |
Definition at line 132 of file ngx_conf_file.h.
| uintptr_t spare_hook5 |
Definition at line 133 of file ngx_conf_file.h.
| uintptr_t spare_hook6 |
Definition at line 134 of file ngx_conf_file.h.
| uintptr_t spare_hook7 |
Definition at line 135 of file ngx_conf_file.h.
| ngx_uint_t type |
Definition at line 115 of file ngx_conf_file.h.
| ngx_uint_t version |
Definition at line 111 of file ngx_conf_file.h.
1.8.1.2