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

Data Fields | |
| u_char * | ip |
| u_char * | pos |
| ngx_http_variable_value_t * | sp |
| ngx_str_t | buf |
| ngx_str_t | line |
| u_char * | args |
| unsigned | flushed:1 |
| unsigned | skip:1 |
| unsigned | quote:1 |
| unsigned | is_args:1 |
| unsigned | log:1 |
| ngx_int_t | status |
| ngx_http_request_t * | request |
Definition at line 17 of file ngx_http_script.h.
| u_char* args |
Definition at line 26 of file ngx_http_script.h.
| ngx_str_t buf |
Definition at line 22 of file ngx_http_script.h.
| unsigned flushed |
Definition at line 28 of file ngx_http_script.h.
| u_char* ip |
Definition at line 18 of file ngx_http_script.h.
| unsigned is_args |
Definition at line 31 of file ngx_http_script.h.
| ngx_str_t line |
Definition at line 23 of file ngx_http_script.h.
| unsigned log |
Definition at line 32 of file ngx_http_script.h.
| u_char* pos |
Definition at line 19 of file ngx_http_script.h.
| unsigned quote |
Definition at line 30 of file ngx_http_script.h.
| ngx_http_request_t* request |
Definition at line 35 of file ngx_http_script.h.
| unsigned skip |
Definition at line 29 of file ngx_http_script.h.
Definition at line 20 of file ngx_http_script.h.
| ngx_int_t status |
Definition at line 34 of file ngx_http_script.h.
1.8.1.2