Home
last modified time | relevance | path

Searched defs:inflate_blocks_state (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/net/
H A Dzlib.c3067 struct inflate_blocks_state {int dummy;}; /* for buggy compilers */ struct
3560 struct inflate_blocks_state { struct
3563 inflate_block_mode mode; /* current inflate_block mode */
3566 union {
3581 } sub; /* submode */
3582 uInt last; /* true if this block is the last block */
3585 uInt bitk; /* bits in bit buffer */
3586 uLong bitb; /* bit buffer */
3587 Bytef *window; /* sliding window */
3588 Bytef *end; /* one byte after sliding window */
[all …]