Lines Matching defs:inflate_blocks_state
580 struct inflate_blocks_state { struct
583 enum {
594 mode; /* current inflate_block mode */
597 union {
612 } sub; /* submode */
613 uInt last; /* true if this block is the last block */
616 uInt bitk; /* bits in bit buffer */
617 uLong bitb; /* bit buffer */
618 Bytef *window; /* sliding window */
619 Bytef *end; /* one byte after sliding window */
620 Bytef *read; /* window read pointer */
621 Bytef *write; /* window write pointer */
622 check_func checkfn; /* check function */
623 uLong check; /* check on output */