Searched defs:inflate_blocks_state (Results 1 – 1 of 1) sorted by relevance
3067 struct inflate_blocks_state {int dummy;}; /* for buggy compilers */ struct3560 struct inflate_blocks_state { struct3563 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 */[all …]