Home
last modified time | relevance | path

Searched refs:z_stream (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h177 } z_stream; typedef
251 extern int deflateInit OF((z_stream *strm, int level));
270 extern int deflate OF((z_stream *strm, int flush));
347 extern int deflateEnd OF((z_stream *strm));
359 extern int inflateInit OF((z_stream *strm));
373 extern int inflate OF((z_stream *strm, int flush));
424 extern int inflateEnd OF((z_stream *strm));
441 extern int deflateInit2 OF((z_stream *strm,
501 extern int deflateCopy OF((z_stream *dest,
502 z_stream *source));
[all …]
H A Dzlib.c217 z_stream *strm; /* pointer back to this zlib stream */
536 local void flush_pending OF((z_stream *strm));
537 local int read_buf OF((z_stream *strm, charf *buf, unsigned size));
580 z_stream *strm; in deflateInit()
591 z_stream *strm; in deflateInit2()
665 z_stream *strm; in deflateReset()
709 z_stream *strm; in flush_pending()
732 z_stream *strm; in deflate()
855 z_stream *strm; in deflateEnd()
877 z_stream *strm; in read_buf()
[all …]
H A Ddeflate.c56 z_stream strm;
/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h106 } z_stream; typedef
108 typedef z_stream FAR *z_streamp;
1797 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1799 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1802 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1805 (int)sizeof(z_stream))
1808 ZLIB_VERSION, (int)sizeof(z_stream))
1811 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1813 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1816 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
[all …]
H A Dgzguts.h201 z_stream strm; /* stream structure in-place (not a pointer) */
H A Dinfback.c34 stream_size != (int)(sizeof(z_stream))) in inflateBackInit_()
H A Dinflate.c198 stream_size != (int)(sizeof(z_stream))) in inflateInit2_()
1489 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); in inflateCopy()
H A Ddeflate.c257 stream_size != sizeof(z_stream)) {
1160 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
H A DChangeLog306 - Add #define ZLIB_CONST option to use const in the z_stream interface
1352 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h423 } z_stream; typedef
425 typedef z_stream FAR *z_streamp;
980 ZEXTERN int inflateIncomp OF((z_stream *strm));
1181 deflateInit_((strm), (level), ZLIB_VERSION, sizeof (z_stream))
1183 inflateInit_((strm), ZLIB_VERSION, sizeof (z_stream))
1186 (strategy), ZLIB_VERSION, sizeof (z_stream))
1188 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof (z_stream))
H A Ddeflate.c66 z_stream strm;
H A Dzlib.c871 stream_size != sizeof (z_stream)) {
3670 stream_size != sizeof (z_stream))
3929 z_stream *z; in inflateIncomp()
4673 z_stream *z;
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c108 z_stream *zsp; in cf_check_compressed()
181 bkmem_free(filep->fi_dcstream, sizeof (z_stream)); in cf_close()
192 z_stream *zsp; in cf_rewind()
214 z_stream *zsp; in cf_read()
269 z_stream *zsp; in cf_seek()
/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod.c42 z_stream zs; in z_uncompress()
73 z_stream zs; in z_compress_level()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c50 int (*z_initcomp)(z_stream *, int, const char *, int);
51 int (*z_compress)(z_stream *, int);
52 int (*z_finicomp)(z_stream *);
69 z_stream czd_zstr;
159 ZLIB_VERSION, sizeof (z_stream)) != Z_OK) in ctf_zdata_init()
317 z_stream zs; in z_compress()
320 bzero(&zs, sizeof (z_stream)); in z_compress()
327 sizeof (z_stream))) != Z_OK) in z_compress()
/illumos-gate/usr/src/common/pnglite/
H A Dpnglite.c246 z_stream *stream; in png_init_inflate()
247 png->zs = calloc(1, sizeof (z_stream)); in png_init_inflate()
269 z_stream *stream = png->zs; in png_end_inflate()
290 z_stream *stream = png->zs; in png_inflate()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dgzip.c31 z_stream zs; in z_uncompress()
/illumos-gate/usr/src/cmd/bhyve/
H A Drfb_impl.h234 z_stream rc_zstream;
/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c41 z_stream zf_zstream;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c524 } z_stream; typedef
526 typedef z_stream FAR *z_streamp;
576 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
2379 stream_size != (int)(sizeof(z_stream)))
3574 zmemcpy(dest, source, sizeof(z_stream));
3635 z_stream stream;