#include <zlib.h>
| struct internal_state |
| Public Attributes | |
|---|---|
| ush | bi_buf |
| int | bi_valid |
| ush | bl_count |
| struct tree_desc_s | bl_desc |
| struct ct_data_s | bl_tree |
| long | block_start |
| ushf * | d_buf |
| struct tree_desc_s | d_desc |
| uch | depth |
| int | dummy |
| struct ct_data_s | dyn_dtree |
| struct ct_data_s | dyn_ltree |
| uInt | good_match |
| gz_headerp | gzhead |
| uInt | gzindex |
| uInt | hash_bits |
| uInt | hash_mask |
| uInt | hash_shift |
| uInt | hash_size |
| Posf * | head |
| int | heap |
| int | heap_len |
| int | heap_max |
| uInt | ins_h |
| uchf * | l_buf |
| struct tree_desc_s | l_desc |
| int | last_eob_len |
| int | last_flush |
| uInt | last_lit |
| int | level |
| uInt | lit_bufsize |
| uInt | lookahead |
| int | match_available |
| uInt | match_length |
| uInt | match_start |
| uInt | matches |
| uInt | max_chain_length |
| uInt | max_lazy_match |
| Byte | method |
| int | nice_match |
| ulg | opt_len |
| uInt | pending |
| Bytef * | pending_buf |
| ulg | pending_buf_size |
| Bytef * | pending_out |
| Posf * | prev |
| uInt | prev_length |
| IPos | prev_match |
| ulg | static_len |
| int | status |
| int | strategy |
| z_streamp | strm |
| uInt | strstart |
| uInt | w_bits |
| uInt | w_mask |
| uInt | w_size |
| Bytef * | window |
| ulg | window_size |
| int | wrap |
Hack for buggy compilers