Searched refs:inflate (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/libkern/conf/
H A DMakefile.template34 inflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
84 inflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
/xnu-2782.1.97/libkern/zlib/
H A Duncompr.c81 err = inflate(&stream, Z_FINISH);
H A Dgzio.c96 z_off_t in; /* bytes into deflate or inflate */
97 z_off_t out; /* bytes out of deflate or inflate */
196 * Note that in this case inflate *requires* an extra "dummy" byte
491 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
H A Dinflate.c28 /* inflate.c -- zlib decompression
37 * - First version -- complete rewrite of inflate to simplify code, avoid
40 * improve code readability and style over the previous zlib inflate code
51 * - Correct filename to inffixed.h for fixed tables in inflate.c
52 * - Make hbuf[] unsigned char to match parameter type in inflate.c
54 * to avoid negation problem on Alphas (64 bit) in inflate.c
64 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
66 * buffer and bit count in inflate()--for speed when inflate_fast() not used
70 * - Move a comment on output buffer sizes from inffast.c to inflate.c
80 * source file infback.c to provide a call-back interface to inflate fo
583 int ZEXPORT inflate(strm, flush) function
[all...]
/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c268 zerror = mode ? inflate(zs, Z_NO_FLUSH)
274 /* inflate: Z_OK can indicate the end of decode */
308 zerror = mode ? inflate(zs, Z_FINISH)
349 /* reset the inflate/deflate state */
/xnu-2782.1.97/libkern/libkern/
H A Dzconf.h47 # define inflate z_inflate macro
186 The memory requirements for inflate are (in bytes) 1 << windowBits
H A Dzlib.h197 /* Allowed flush values; see deflate() and inflate() below for details */
229 /* Possible values of the data_type field (though see inflate()) */
380 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
387 the zlib header if present: this will be done by inflate(). (So next_in and
392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
394 inflate decompresses as much data as possible, and stops when the input
399 The detailed semantics are as follows. inflate performs one or both of the
405 will resume at this point for the next call of inflate().
408 accordingly. inflate() provides as much output as possible, until there
412 Before the call of inflate(), th
[all...]
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2776 zlib_result = inflate(&zstream, Z_FINISH);
2785 "Mkext error; zlib inflate failed (%d) for %s.",
2791 "Kext %s - mkext error; zlib inflate failed (%d) for %s .",
2808 "Mkext error; zlib inflate discrepancy for %s, "
2814 "Kext %s - mkext error; zlib inflate discrepancy for %s, "

Completed in 74 milliseconds