|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| ngx_str_t | match |
| ngx_str_t | saved |
| ngx_str_t | looked |
| ngx_uint_t | once |
| ngx_buf_t * | buf |
| u_char * | pos |
| u_char * | copy_start |
| u_char * | copy_end |
| ngx_chain_t * | in |
| ngx_chain_t * | out |
| ngx_chain_t ** | last_out |
| ngx_chain_t * | busy |
| ngx_chain_t * | free |
| ngx_str_t | sub |
| ngx_uint_t | state |
Definition at line 31 of file ngx_http_sub_filter_module.c.
| ngx_buf_t* buf |
Definition at line 38 of file ngx_http_sub_filter_module.c.
| ngx_chain_t* busy |
Definition at line 47 of file ngx_http_sub_filter_module.c.
| u_char* copy_end |
Definition at line 42 of file ngx_http_sub_filter_module.c.
| u_char* copy_start |
Definition at line 41 of file ngx_http_sub_filter_module.c.
| ngx_chain_t* free |
Definition at line 48 of file ngx_http_sub_filter_module.c.
| ngx_chain_t* in |
Definition at line 44 of file ngx_http_sub_filter_module.c.
| ngx_chain_t** last_out |
Definition at line 46 of file ngx_http_sub_filter_module.c.
| ngx_str_t looked |
Definition at line 34 of file ngx_http_sub_filter_module.c.
| ngx_str_t match |
Definition at line 32 of file ngx_http_sub_filter_module.c.
| ngx_uint_t once |
Definition at line 36 of file ngx_http_sub_filter_module.c.
| ngx_chain_t* out |
Definition at line 45 of file ngx_http_sub_filter_module.c.
| u_char* pos |
Definition at line 40 of file ngx_http_sub_filter_module.c.
| ngx_str_t saved |
Definition at line 33 of file ngx_http_sub_filter_module.c.
| ngx_uint_t state |
Definition at line 52 of file ngx_http_sub_filter_module.c.
| ngx_str_t sub |
Definition at line 50 of file ngx_http_sub_filter_module.c.
1.8.1.2