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

Data Fields | |
| ngx_http_location_tree_node_t * | left |
| ngx_http_location_tree_node_t * | right |
| ngx_http_location_tree_node_t * | tree |
| ngx_http_core_loc_conf_t * | exact |
| ngx_http_core_loc_conf_t * | inclusive |
| u_char | auto_redirect |
| u_char | len |
| u_char | name [1] |
Definition at line 462 of file ngx_http_core_module.h.
| u_char auto_redirect |
Definition at line 470 of file ngx_http_core_module.h.
| ngx_http_core_loc_conf_t* exact |
Definition at line 467 of file ngx_http_core_module.h.
| ngx_http_core_loc_conf_t* inclusive |
Definition at line 468 of file ngx_http_core_module.h.
Definition at line 463 of file ngx_http_core_module.h.
| u_char len |
Definition at line 471 of file ngx_http_core_module.h.
| u_char name[1] |
Definition at line 472 of file ngx_http_core_module.h.
Definition at line 464 of file ngx_http_core_module.h.
Definition at line 465 of file ngx_http_core_module.h.
1.8.1.2