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

Data Fields | |
| ngx_queue_t | queue |
| ngx_http_core_loc_conf_t * | exact |
| ngx_http_core_loc_conf_t * | inclusive |
| ngx_str_t * | name |
| u_char * | file_name |
| ngx_uint_t | line |
| ngx_queue_t | list |
Definition at line 451 of file ngx_http_core_module.h.
| ngx_http_core_loc_conf_t* exact |
Definition at line 453 of file ngx_http_core_module.h.
| u_char* file_name |
Definition at line 456 of file ngx_http_core_module.h.
| ngx_http_core_loc_conf_t* inclusive |
Definition at line 454 of file ngx_http_core_module.h.
| ngx_uint_t line |
Definition at line 457 of file ngx_http_core_module.h.
| ngx_queue_t list |
Definition at line 458 of file ngx_http_core_module.h.
| ngx_str_t* name |
Definition at line 455 of file ngx_http_core_module.h.
| ngx_queue_t queue |
Definition at line 452 of file ngx_http_core_module.h.
1.8.1.2