Home
last modified time | relevance | path

Searched refs:z_streamp (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.61.2/libkern/libkern/
H A Dzlib.h130 typedef z_stream FAR *z_streamp; typedef
271 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
357 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
491 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
567 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
606 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
607 z_streamp source));
626 typedef int (*z_input_func) (z_streamp strm, Bytef *buf, unsigned size);
627 typedef int (*z_output_func)(z_streamp strm, Bytef *buf, unsigned size);
[all …]
/xnu-8792.61.2/libkern/zlib/
H A Dinflate.c124 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_()
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()
[all …]
H A Ddeflate.c111 local void flush_pending OF((z_streamp strm));
112 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
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()
[all …]
H A Dinffast.h38 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dinfback.c57 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 Ddeflate.h122 z_streamp strm; /* pointer back to this zlib stream */
H A Dinffast.c79 inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
/xnu-8792.61.2/osfmk/kdp/output_stages/
H A Dout_zlib.c78 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.61.2/iokit/Kernel/
H A DIOPMrootDomain.cpp12073 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()