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

Data Fields | |
| ngx_http_listen_opt_t | opt |
| ngx_hash_t | hash |
| ngx_hash_wildcard_t * | wc_head |
| ngx_hash_wildcard_t * | wc_tail |
| ngx_http_core_srv_conf_t * | default_server |
| ngx_array_t | servers |
Definition at line 276 of file ngx_http_core_module.h.
| ngx_http_core_srv_conf_t* default_server |
Definition at line 289 of file ngx_http_core_module.h.
| ngx_hash_t hash |
Definition at line 279 of file ngx_http_core_module.h.
Definition at line 277 of file ngx_http_core_module.h.
| ngx_array_t servers |
Definition at line 290 of file ngx_http_core_module.h.
| ngx_hash_wildcard_t* wc_head |
Definition at line 280 of file ngx_http_core_module.h.
| ngx_hash_wildcard_t* wc_tail |
Definition at line 281 of file ngx_http_core_module.h.
1.8.1.2