Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_gunzip_ctx_t Struct Reference
Collaboration diagram for ngx_http_gunzip_ctx_t:
Collaboration graph
[legend]

Data Fields

ngx_chain_tin
ngx_chain_tfree
ngx_chain_tbusy
ngx_chain_tout
ngx_chain_t ** last_out
ngx_buf_tin_buf
ngx_buf_tout_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_trequest

Detailed Description

Definition at line 22 of file ngx_http_gunzip_filter_module.c.

Field Documentation

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.

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.

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.

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.


The documentation for this struct was generated from the following file: