/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 177 } 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 D | zlib.c | 217 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 D | deflate.c | 56 z_stream strm;
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | zlib.h | 106 } 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 D | gzguts.h | 201 z_stream strm; /* stream structure in-place (not a pointer) */
|
H A D | infback.c | 34 stream_size != (int)(sizeof(z_stream))) in inflateBackInit_()
|
H A D | inflate.c | 198 stream_size != (int)(sizeof(z_stream))) in inflateInit2_() 1489 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); in inflateCopy()
|
H A D | deflate.c | 257 stream_size != sizeof(z_stream)) { 1160 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
|
H A D | ChangeLog | 306 - 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 D | zlib.h | 423 } 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 D | deflate.c | 66 z_stream strm;
|
H A D | zlib.c | 871 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 D | decompress.c | 108 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 D | zmod.c | 42 z_stream zs; in z_uncompress() 73 z_stream zs; in z_compress_level()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 50 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 D | pnglite.c | 246 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 D | gzip.c | 31 z_stream zs; in z_uncompress()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | rfb_impl.h | 234 z_stream rc_zstream;
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | gzipfs.c | 41 z_stream zf_zstream;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 524 } 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;
|