|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| ngx_chain_t * | in |
| ngx_chain_t * | free |
| ngx_chain_t * | busy |
| ngx_chain_t * | out |
| ngx_chain_t ** | last_out |
| ngx_buf_t * | in_buf |
| ngx_buf_t * | out_buf |
| ngx_int_t | bufs |
| unsigned | started:1 |
| unsigned | flush:4 |
| unsigned | redo:1 |
| unsigned | done:1 |
| unsigned | nomem:1 |
| z_stream | zstream |
| ngx_http_request_t * | request |
Definition at line 22 of file ngx_http_gunzip_filter_module.c.
| ngx_int_t bufs |
Definition at line 31 of file ngx_http_gunzip_filter_module.c.
| ngx_chain_t* busy |
Definition at line 25 of file ngx_http_gunzip_filter_module.c.
| unsigned done |
Definition at line 36 of file ngx_http_gunzip_filter_module.c.
| unsigned flush |
Definition at line 34 of file ngx_http_gunzip_filter_module.c.
| ngx_chain_t* free |
Definition at line 24 of file ngx_http_gunzip_filter_module.c.
| ngx_chain_t* in |
Definition at line 23 of file ngx_http_gunzip_filter_module.c.
| ngx_buf_t* in_buf |
Definition at line 29 of file ngx_http_gunzip_filter_module.c.
| ngx_chain_t** last_out |
Definition at line 27 of file ngx_http_gunzip_filter_module.c.
| unsigned nomem |
Definition at line 37 of file ngx_http_gunzip_filter_module.c.
| ngx_chain_t* out |
Definition at line 26 of file ngx_http_gunzip_filter_module.c.
| ngx_buf_t* out_buf |
Definition at line 30 of file ngx_http_gunzip_filter_module.c.
| unsigned redo |
Definition at line 35 of file ngx_http_gunzip_filter_module.c.
| ngx_http_request_t* request |
Definition at line 40 of file ngx_http_gunzip_filter_module.c.
| unsigned started |
Definition at line 33 of file ngx_http_gunzip_filter_module.c.
| z_stream zstream |
Definition at line 39 of file ngx_http_gunzip_filter_module.c.
1.8.1.2