Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_gzip_ctx_t Struct Reference
Collaboration diagram for ngx_http_gzip_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_chain_tcopied
ngx_chain_tcopy_buf
ngx_buf_tin_buf
ngx_buf_tout_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_trequest

Detailed Description

Definition at line 33 of file ngx_http_gzip_filter_module.c.

Field Documentation

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.

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.

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.

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.


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