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

Data Fields | |
| ngx_conf_t * | cf |
| ngx_str_t * | value |
| ngx_http_complex_value_t * | complex_value |
| unsigned | zero:1 |
| unsigned | conf_prefix:1 |
| unsigned | root_prefix:1 |
Definition at line 74 of file ngx_http_script.h.
| ngx_conf_t* cf |
Definition at line 75 of file ngx_http_script.h.
| ngx_http_complex_value_t* complex_value |
Definition at line 77 of file ngx_http_script.h.
| unsigned conf_prefix |
Definition at line 80 of file ngx_http_script.h.
| unsigned root_prefix |
Definition at line 81 of file ngx_http_script.h.
| ngx_str_t* value |
Definition at line 76 of file ngx_http_script.h.
| unsigned zero |
Definition at line 79 of file ngx_http_script.h.
1.8.1.2