Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3055 struct inflate_blocks_state { struct
3058 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 …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3588 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ argument
4161 struct inflate_blocks_state { struct
4164 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 …]