Searched defs:inflate_blocks_state (Results 1 – 2 of 2) sorted by relevance
3048 struct inflate_blocks_state { struct3051 enum {3062 mode; /* current inflate_block mode */3065 union {3080 } sub; /* submode */3081 uInt last; /* true if this block is the last block */3084 uInt bitk; /* bits in bit buffer */3085 uLong bitb; /* bit buffer */3086 Bytef *window; /* sliding window */3087 Bytef *end; /* one byte after sliding window */[all …]
3590 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ struct4163 struct inflate_blocks_state { struct4166 inflate_block_mode mode; /* current inflate_block mode */4169 union {4181 } sub; /* submode */4182 uInt last; /* true if this block is the last block */4185 uInt bitk; /* bits in bit buffer */4186 uLong bitb; /* bit buffer */4187 inflate_huft *hufts; /* single malloc for tree space */4188 Bytef *window; /* sliding window */[all …]