Searched defs:inflate_blocks_state (Results 1 – 3 of 3) sorted by relevance
32 struct inflate_blocks_state { struct35 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 */[all …]
603 struct inflate_blocks_state { struct606 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 */[all …]
580 struct inflate_blocks_state { struct583 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 */[all …]