Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.h94 typedef struct internal_state { struct
95 z_streamp strm; /* pointer back to this zlib stream */
96 int status; /* as the name implies */
97 Bytef *pending_buf; /* output still pending */
98 ulg pending_buf_size; /* size of pending_buf */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
103 uInt gzindex; /* where in extra, name, or comment */
[all …]
H A Dzutil.c16 struct internal_state {int dummy;}; /* for buggy compilers */ struct
H A Dzlib.h1348 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h628 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
H A Dzlib.c2736 struct internal_state { struct
2739 enum {
2749 mode; /* current inflate mode */
2752 union {
2759 } sub; /* submode */
2762 int nowrap; /* flag for no wrapper */
2763 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
2765 *blocks; /* current inflate_blocks state */
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3594 struct internal_state { struct
3597 enum {
3612 mode; /* current inflate mode */
3615 union {
3622 } sub; /* submode */
3625 int nowrap; /* flag for no wrapper */
3626 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
3628 inflate_blocks_statef *blocks;
4234 struct internal_state {int dummy; }; /* for buggy compilers */ argument
4755 struct internal_state {int dummy; }; /* for buggy compilers */ struct
[all …]
H A Dzlib.h1193 struct internal_state {int dummy; }; /* hack for buggy compilers */ struct