Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h98 typedef struct internal_state { struct
99 z_streamp strm; /* pointer back to this zlib stream */
100 int status; /* as the name implies */
101 Bytef *pending_buf; /* output still pending */
102 ulg pending_buf_size; /* size of pending_buf */
103 Bytef *pending_out; /* next pending byte to output to the stream */
104 ulg pending; /* nb of bytes in the pending buffer */
105 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
106 gz_headerp gzhead; /* gzip header information to write */
107 ulg gzindex; /* where in extra, name, or comment */
[all …]
H A Dzconf.h187 # define internal_state z_internal_state macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1304 typedef struct internal_state { struct
1305 z_streamp strm; /* pointer back to this zlib stream */
1306 int status; /* as the name implies */
1307 Bytef *pending_buf; /* output still pending */
1308 ulg pending_buf_size; /* size of pending_buf */
1309 Bytef *pending_out; /* next pending byte to output to the stream */
1310 uInt pending; /* nb of bytes in the pending buffer */
1311 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
1312 gz_headerp gzhead; /* gzip header information to write */
1313 uInt gzindex; /* where in extra, name, or comment */
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h628 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
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 */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3592 struct internal_state { struct
3595 enum {
3610 mode; /* current inflate mode */
3613 union {
3620 } sub; /* submode */
3623 int nowrap; /* flag for no wrapper */
3624 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
3626 inflate_blocks_statef *blocks;
4232 struct internal_state {int dummy; }; /* for buggy compilers */ argument
4753 struct internal_state {int dummy; }; /* for buggy compilers */ argument
[all …]
H A Dzlib.h1191 struct internal_state {int dummy; }; /* hack for buggy compilers */ argument