|
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_chain_t * | copied |
| ngx_chain_t * | copy_buf |
| ngx_buf_t * | in_buf |
| ngx_buf_t * | out_buf |
| ngx_int_t | bufs |
| void * | preallocated |
| char * | free_mem |
| ngx_uint_t | allocated |
| int | wbits |
| int | memlevel |
| unsigned | flush:4 |
| unsigned | redo:1 |
| unsigned | done:1 |
| unsigned | nomem:1 |
| unsigned | gzheader:1 |
| unsigned | buffering:1 |
| size_t | zin |
| size_t | zout |
| uint32_t | crc32 |
| z_stream | zstream |
| ngx_http_request_t * | request |
Definition at line 33 of file ngx_http_gzip_filter_module.c.
| ngx_uint_t allocated |
Definition at line 49 of file ngx_http_gzip_filter_module.c.
| unsigned buffering |
Definition at line 59 of file ngx_http_gzip_filter_module.c.
| ngx_int_t bufs |
Definition at line 45 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t* busy |
Definition at line 36 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t* copied |
Definition at line 40 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t* copy_buf |
Definition at line 41 of file ngx_http_gzip_filter_module.c.
| uint32_t crc32 |
Definition at line 64 of file ngx_http_gzip_filter_module.c.
| unsigned done |
Definition at line 56 of file ngx_http_gzip_filter_module.c.
| unsigned flush |
Definition at line 54 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t* free |
Definition at line 35 of file ngx_http_gzip_filter_module.c.
| char* free_mem |
Definition at line 48 of file ngx_http_gzip_filter_module.c.
| unsigned gzheader |
Definition at line 58 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t* in |
Definition at line 34 of file ngx_http_gzip_filter_module.c.
| ngx_buf_t* in_buf |
Definition at line 43 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t** last_out |
Definition at line 38 of file ngx_http_gzip_filter_module.c.
| int memlevel |
Definition at line 52 of file ngx_http_gzip_filter_module.c.
| unsigned nomem |
Definition at line 57 of file ngx_http_gzip_filter_module.c.
| ngx_chain_t* out |
Definition at line 37 of file ngx_http_gzip_filter_module.c.
| ngx_buf_t* out_buf |
Definition at line 44 of file ngx_http_gzip_filter_module.c.
| void* preallocated |
Definition at line 47 of file ngx_http_gzip_filter_module.c.
| unsigned redo |
Definition at line 55 of file ngx_http_gzip_filter_module.c.
| ngx_http_request_t* request |
Definition at line 66 of file ngx_http_gzip_filter_module.c.
| int wbits |
Definition at line 51 of file ngx_http_gzip_filter_module.c.
| size_t zin |
Definition at line 61 of file ngx_http_gzip_filter_module.c.
| size_t zout |
Definition at line 62 of file ngx_http_gzip_filter_module.c.
| z_stream zstream |
Definition at line 65 of file ngx_http_gzip_filter_module.c.
1.8.1.2