Searched defs:inflate_blocks_state (Results 1 – 2 of 2) sorted by relevance
3055 struct inflate_blocks_state { struct3058 enum {3069 mode; /* current inflate_block mode */3072 union {3087 } sub; /* submode */3088 uInt last; /* true if this block is the last block */3091 uInt bitk; /* bits in bit buffer */3092 uLong bitb; /* bit buffer */3093 Bytef *window; /* sliding window */3094 Bytef *end; /* one byte after sliding window */[all …]
3588 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ argument4161 struct inflate_blocks_state { struct4164 inflate_block_mode mode; /* current inflate_block mode */4167 union {4179 } sub; /* submode */4180 uInt last; /* true if this block is the last block */4183 uInt bitk; /* bits in bit buffer */4184 uLong bitb; /* bit buffer */4185 inflate_huft *hufts; /* single malloc for tree space */4186 Bytef *window; /* sliding window */[all …]