| /xnu-8792.41.9/libkern/zlib/ |
| H A D | inflate.c | 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_() 214 inflateInit_(z_streamp strm, const char *version, int stream_size) in inflateInit_() 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() 1215 inflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in inflateSetDictionary() 1255 inflateGetHeader(z_streamp strm, gz_headerp head) in inflateGetHeader() 1303 inflateSync(z_streamp strm) in inflateSync() [all …]
|
| H A D | deflate.c | 232 deflateInit_(z_streamp strm, int level, const char *version, int stream_size) in deflateInit_() 241 deflateInit2_(z_streamp strm, int level, int method, int windowBits, in deflateInit2_() 336 deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength) in deflateSetDictionary() 377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO() 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() 485 deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, in deflateTune() 517 deflateBound(z_streamp strm, uLong sourceLen) in deflateBound() [all …]
|
| 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 | zutil.h | 97 #define ERR_RETURN(strm,err) \ argument 308 #define ZALLOC(strm, items, size) \ argument 310 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) argument
|
| H A D | inffast.c | 79 inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
| H A D | deflate.h | 122 z_streamp strm; /* pointer back to this zlib stream */ member
|
| /xnu-8792.41.9/libkern/libkern/ |
| H A D | zlib.h | 1378 #define deflateInit(strm, level) \ argument 1380 #define inflateInit(strm) \ argument 1382 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1385 #define inflateInit2(strm, windowBits) \ argument 1387 #define inflateBackInit(strm, windowBits, window) \ argument
|
| /xnu-8792.41.9/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 78 zlib_zoutput(z_streamp strm, Bytef *buf, unsigned len) in zlib_zoutput() 99 zlib_zinput(z_streamp strm, Bytef *buf, unsigned size) in zlib_zinput()
|
| /xnu-8792.41.9/iokit/Tests/ |
| H A D | Tests.cpp | 755 z_stream strm = {}; in TestZLib() local
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12073 swd_zinput(z_streamp strm, Bytef *buf, unsigned size) in swd_zinput() 12102 swd_zoutput(z_streamp strm, Bytef *buf, unsigned len) in swd_zoutput()
|