Lines Matching defs:inflate_blocks_state
32 struct inflate_blocks_state { struct
35 inflate_block_mode mode; /* current inflate_block mode */
38 union {
51 } sub; /* submode */
52 uInt last; /* true if this block is the last block */
55 uInt bitk; /* bits in bit buffer */
56 uLong bitb; /* bit buffer */
57 inflate_huft *hufts; /* single malloc for tree space */
58 Bytef *window; /* sliding window */
59 Bytef *end; /* one byte after sliding window */
60 Bytef *read; /* window read pointer */
61 Bytef *write; /* window write pointer */
62 check_func checkfn; /* check function */
63 uLong check; /* check on output */