Lines Matching defs:inflate_blocks_state
603 struct inflate_blocks_state { struct
606 enum {
617 mode; /* current inflate_block mode */
620 union {
635 } sub; /* submode */
636 uInt last; /* true if this block is the last block */
639 uInt bitk; /* bits in bit buffer */
640 uLong bitb; /* bit buffer */
641 Bytef *window; /* sliding window */
642 Bytef *end; /* one byte after sliding window */
643 Bytef *read; /* window read pointer */
644 Bytef *write; /* window write pointer */
645 check_func checkfn; /* check function */
646 uLong check; /* check on output */