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 {
3072 union {
3087 } sub; /* submode */
3091 uInt bitk; /* bits in bit buffer */
3092 uLong bitb; /* bit buffer */
3093 Bytef *window; /* sliding window */
3095 Bytef *read; /* window read pointer */
3096 Bytef *write; /* window write pointer */
3097 check_func checkfn; /* check function */
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3588 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ struct
4161 struct inflate_blocks_state { struct
4167 union {
4179 } sub; /* submode */
4183 uInt bitk; /* bits in bit buffer */
4184 uLong bitb; /* bit buffer */
4186 Bytef *window; /* sliding window */
4188 Bytef *read; /* window read pointer */
4189 Bytef *write; /* window write pointer */
4190 check_func checkfn; /* check function */
[all …]