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

Data Fields | |
| char * | name |
| ngx_array_t * | args |
| ngx_cycle_t * | cycle |
| ngx_pool_t * | pool |
| ngx_pool_t * | temp_pool |
| ngx_conf_file_t * | conf_file |
| ngx_log_t * | log |
| void * | ctx |
| ngx_uint_t | module_type |
| ngx_uint_t | cmd_type |
| ngx_conf_handler_pt | handler |
| char * | handler_conf |
Definition at line 157 of file ngx_conf_file.h.
| ngx_array_t* args |
Definition at line 159 of file ngx_conf_file.h.
| ngx_uint_t cmd_type |
Definition at line 169 of file ngx_conf_file.h.
| ngx_conf_file_t* conf_file |
Definition at line 164 of file ngx_conf_file.h.
| void* ctx |
Definition at line 167 of file ngx_conf_file.h.
| ngx_cycle_t* cycle |
Definition at line 161 of file ngx_conf_file.h.
| ngx_conf_handler_pt handler |
Definition at line 171 of file ngx_conf_file.h.
| char* handler_conf |
Definition at line 172 of file ngx_conf_file.h.
| ngx_log_t* log |
Definition at line 165 of file ngx_conf_file.h.
| ngx_uint_t module_type |
Definition at line 168 of file ngx_conf_file.h.
| char* name |
Definition at line 158 of file ngx_conf_file.h.
| ngx_pool_t* pool |
Definition at line 162 of file ngx_conf_file.h.
| ngx_pool_t* temp_pool |
Definition at line 163 of file ngx_conf_file.h.
1.8.1.2