Lines Matching defs:inflate_blocks_state
3067 struct inflate_blocks_state {int dummy;}; /* for buggy compilers */ argument
3560 struct inflate_blocks_state { struct
3563 inflate_block_mode mode; /* current inflate_block mode */
3566 union {
3581 } sub; /* submode */
3582 uInt last; /* true if this block is the last block */
3585 uInt bitk; /* bits in bit buffer */
3586 uLong bitb; /* bit buffer */
3587 Bytef *window; /* sliding window */
3588 Bytef *end; /* one byte after sliding window */
3589 Bytef *read; /* window read pointer */
3590 Bytef *write; /* window write pointer */
3591 check_func checkfn; /* check function */
3592 uLong check; /* check on output */