Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Dzlib.c354 typedef struct deflate_state { struct
355 z_streamp strm; /* pointer back to this zlib stream */
356 int status; /* as the name implies */
357 Bytef *pending_buf; /* output still pending */
358 ulg pending_buf_size; /* size of pending_buf */
359 Bytef *pending_out; /* next pending byte to output to the stream */
360 int pending; /* nb of bytes in the pending buffer */
361 int noheader; /* suppress zlib header and adler32 */
362 Byte data_type; /* UNKNOWN, BINARY or ASCII */
363 Byte method; /* STORED (for zip only) or DEFLATED */
[all …]
/dflybsd-src/usr.sbin/ppp/
H A Ddeflate.c44 struct deflate_state { struct
59 struct deflate_state *state = (struct deflate_state *)v; in DeflateResetOutput() argument
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.h264 } FAR deflate_state; typedef
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h264 } FAR deflate_state; typedef
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h264 } FAR deflate_state; typedef
/dflybsd-src/contrib/zlib-1.2/
H A Ddeflate.h276 } FAR deflate_state; typedef