Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3048 struct inflate_blocks_state { struct
3051 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 …]
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3590 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ struct
4163 struct inflate_blocks_state { struct
4166 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 …]