|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| ngx_flag_t | enable |
| ngx_flag_t | no_buffer |
| ngx_hash_t | types |
| ngx_bufs_t | bufs |
| size_t | postpone_gzipping |
| ngx_int_t | level |
| size_t | wbits |
| size_t | memlevel |
| ssize_t | min_length |
| ngx_array_t * | types_keys |
Definition at line 15 of file ngx_http_gzip_filter_module.c.
| ngx_bufs_t bufs |
Definition at line 21 of file ngx_http_gzip_filter_module.c.
| ngx_flag_t enable |
Definition at line 16 of file ngx_http_gzip_filter_module.c.
| ngx_int_t level |
Definition at line 24 of file ngx_http_gzip_filter_module.c.
| size_t memlevel |
Definition at line 26 of file ngx_http_gzip_filter_module.c.
| ssize_t min_length |
Definition at line 27 of file ngx_http_gzip_filter_module.c.
| ngx_flag_t no_buffer |
Definition at line 17 of file ngx_http_gzip_filter_module.c.
| size_t postpone_gzipping |
Definition at line 23 of file ngx_http_gzip_filter_module.c.
| ngx_hash_t types |
Definition at line 19 of file ngx_http_gzip_filter_module.c.
| ngx_array_t* types_keys |
Definition at line 29 of file ngx_http_gzip_filter_module.c.
| size_t wbits |
Definition at line 25 of file ngx_http_gzip_filter_module.c.
1.8.1.2