Home
last modified time | relevance | path

Searched defs:deflate_state (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c49 struct deflate_state { struct
50 int seqno;
51 int w_size;
52 int unit;
53 int hdrlen;
54 int mru;
55 int debug;
56 z_stream strm;
57 struct compstat stats;
H A Dzlib.c216 typedef struct deflate_state { struct
217 z_stream *strm; /* pointer back to this zlib stream */
218 int status; /* as the name implies */
219 Bytef *pending_buf; /* output still pending */
220 Bytef *pending_out; /* next pending byte to output to the stream */
221 int pending; /* nb of bytes in the pending buffer */
222 uLong adler; /* adler32 of uncompressed data */
223 int noheader; /* suppress zlib header and adler32 */
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
225 Byte method; /* STORED (for zip only) or DEFLATED */
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c361 typedef struct deflate_state { struct
362 z_streamp strm; /* pointer back to this zlib stream */
363 int status; /* as the name implies */
364 Bytef *pending_buf; /* output still pending */
365 ulg pending_buf_size; /* size of pending_buf */
366 Bytef *pending_out; /* next pending byte to output to the stream */
367 int pending; /* nb of bytes in the pending buffer */
368 int noheader; /* suppress zlib header and adler32 */
369 Byte data_type; /* UNKNOWN, BINARY or ASCII */
370 Byte method; /* STORED (for zip only) or DEFLATED */
[all …]
H A Ddeflate.c59 struct deflate_state { struct
60 int seqno;
61 int w_size;
62 int unit;
63 int hdrlen;
64 int mru;
65 int flags;
66 z_stream strm;
67 struct compstat stats;
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h269 } FAR deflate_state; typedef
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1473 } FAR deflate_state; typedef