Searched refs:z_streamp (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/libkern/libkern/ |
| H A D | zlib.h | 130 typedef z_stream FAR *z_streamp; typedef 357 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 491 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 606 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 607 z_streamp source)); 665 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, 691 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, 811 ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest, 812 z_streamp source)); 837 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, [all …]
|
| /xnu-11215/libkern/zlib/ |
| H A D | inflate.c | 124 local int updatewindow OF((z_streamp strm, unsigned out)); 132 inflateReset(z_streamp strm) in inflateReset() 157 inflatePrime(z_streamp strm, int bits, int value) in inflatePrime() 171 inflateInit2_(z_streamp strm, int windowBits, const char *version, in inflateInit2_() 349 updatewindow(z_streamp strm, unsigned out) in updatewindow() 579 inflate(z_streamp strm, int flush) in inflate() 1201 inflateEnd(z_streamp strm) in inflateEnd() 1255 inflateGetHeader(z_streamp strm, gz_headerp head) in inflateGetHeader() 1303 inflateSync(z_streamp strm) in inflateSync() 1354 inflateSyncPoint(z_streamp strm) in inflateSyncPoint() [all …]
|
| H A D | deflate.c | 111 local void flush_pending OF((z_streamp strm)); 391 deflateReset(z_streamp strm) in deflateReset() 429 deflateSetHeader(z_streamp strm, gz_headerp head) in deflateSetHeader() 439 deflatePrime(z_streamp strm, int bits, int value) in deflatePrime() 449 deflateParams(z_streamp strm, int level, int strategy) in deflateParams() 517 deflateBound(z_streamp strm, uLong sourceLen) in deflateBound() 558 flush_pending(z_streamp strm) in flush_pending() 582 deflate(z_streamp strm, int flush) in deflate() 888 deflateEnd(z_streamp strm) in deflateEnd() 923 deflateCopy(z_streamp dest, z_streamp source) in deflateCopy() [all …]
|
| H A D | inffast.h | 38 void inflate_fast OF((z_streamp strm, unsigned start));
|
| H A D | infback.c | 57 inflateBackInit_(z_streamp strm, int windowBits, unsigned char FAR *window, in inflateBackInit_() 269 inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, in inflateBack() 640 inflateBackEnd(z_streamp strm) in inflateBackEnd()
|
| H A D | deflate.h | 122 z_streamp strm; /* pointer back to this zlib stream */
|
| H A D | inffast.c | 79 inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
| /xnu-11215/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 79 zlib_zoutput(z_streamp strm, Bytef *buf, unsigned len) in zlib_zoutput() 100 zlib_zinput(z_streamp strm, Bytef *buf, unsigned size) in zlib_zinput()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12350 swd_zinput(z_streamp strm, Bytef *buf, unsigned size) 12379 swd_zoutput(z_streamp strm, Bytef *buf, unsigned len)
|