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

Data Fields | |
| ngx_conf_t * | cf |
| ngx_str_t * | source |
| ngx_array_t ** | flushes |
| ngx_array_t ** | lengths |
| ngx_array_t ** | values |
| ngx_uint_t | variables |
| ngx_uint_t | ncaptures |
| ngx_uint_t | captures_mask |
| ngx_uint_t | size |
| void * | main |
| unsigned | compile_args:1 |
| unsigned | complete_lengths:1 |
| unsigned | complete_values:1 |
| unsigned | zero:1 |
| unsigned | conf_prefix:1 |
| unsigned | root_prefix:1 |
| unsigned | dup_capture:1 |
| unsigned | args:1 |
Definition at line 39 of file ngx_http_script.h.
| unsigned args |
Definition at line 62 of file ngx_http_script.h.
| ngx_uint_t captures_mask |
Definition at line 49 of file ngx_http_script.h.
| ngx_conf_t* cf |
Definition at line 40 of file ngx_http_script.h.
| unsigned compile_args |
Definition at line 54 of file ngx_http_script.h.
| unsigned complete_lengths |
Definition at line 55 of file ngx_http_script.h.
| unsigned complete_values |
Definition at line 56 of file ngx_http_script.h.
| unsigned conf_prefix |
Definition at line 58 of file ngx_http_script.h.
| unsigned dup_capture |
Definition at line 61 of file ngx_http_script.h.
| ngx_array_t** flushes |
Definition at line 43 of file ngx_http_script.h.
| ngx_array_t** lengths |
Definition at line 44 of file ngx_http_script.h.
| void* main |
Definition at line 52 of file ngx_http_script.h.
| ngx_uint_t ncaptures |
Definition at line 48 of file ngx_http_script.h.
| unsigned root_prefix |
Definition at line 59 of file ngx_http_script.h.
| ngx_uint_t size |
Definition at line 50 of file ngx_http_script.h.
| ngx_str_t* source |
Definition at line 41 of file ngx_http_script.h.
| ngx_array_t** values |
Definition at line 45 of file ngx_http_script.h.
| ngx_uint_t variables |
Definition at line 47 of file ngx_http_script.h.
| unsigned zero |
Definition at line 57 of file ngx_http_script.h.
1.8.1.2