Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dppp-deflate.c63 struct deflate_state { struct
64 int seqno;
65 int w_size;
66 int unit;
67 int hdrlen;
68 int mru;
69 int debug;
70 z_stream strm;
71 struct compstat stats;
H A Dzlib.c368 typedef struct deflate_state { struct
369 z_streamp strm; /* pointer back to this zlib stream */
370 int status; /* as the name implies */
371 Bytef *pending_buf; /* output still pending */
372 ulg pending_buf_size; /* size of pending_buf */
373 Bytef *pending_out; /* next pending byte to output to the stream */
374 int pending; /* nb of bytes in the pending buffer */
375 int noheader; /* suppress zlib header and adler32 */
376 Byte data_type; /* UNKNOWN, BINARY or ASCII */
377 Byte method; /* STORED (for zip only) or DEFLATED */
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h263 } FAR deflate_state; typedef
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h271 } FAR deflate_state; typedef
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h271 } FAR deflate_state; typedef
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h271 } FAR deflate_state; typedef