Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dzlib.c3367 struct inflate_blocks_state {int dummy;}; /* for buggy compilers */ in _tr_flush_block() struct
3891 struct inflate_blocks_state { in _tr_flush_block() struct
3894 inflate_block_mode mode; /* current inflate_block mode */ in _tr_flush_block()
3897 union { in _tr_flush_block()
3910 } sub; /* submode */ in _tr_flush_block()
3911 uInt last; /* true if this block is the last block */ in _tr_flush_block()
3914 uInt bitk; /* bits in bit buffer */ in _tr_flush_block()
3915 uLong bitb; /* bit buffer */ in _tr_flush_block()
3916 inflate_huft *hufts; /* single malloc for tree space */ in _tr_flush_block()
3917 Bytef *window; /* sliding window */ in _tr_flush_block()
[all …]