Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 10 of 10) sorted by relevance

/xnu-8796.141.3/libkern/zlib/
H A Duncompr.c78 err = inflate(&stream, Z_FINISH); in uncompress()
H A Dinflate.c579 inflate(z_streamp strm, int flush) in inflate() function
/xnu-8796.141.3/libkern/conf/
H A Dfiles76 libkern/zlib/inflate.c optional zlib
88 libkern/zlib/inflate.c optional zlibc
H A DMakefile.template115 inflate.o_CWARNFLAGS_ADD += -Wno-sign-conversion
/xnu-8796.141.3/libkdd/
H A Dkdd_main.m76 int z = inflate(&stream, Z_NO_FLUSH);
/xnu-8796.141.3/libkern/libkern/
H A Dzconf.h47 # define inflate z_inflate macro
H A Dzlib.h392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
/xnu-8796.141.3/config/
H A DMASTER178 options ZLIB # inflate/deflate support # <zlib>
179 options ZLIBC # inflate/deflate support # <zlibc>
/xnu-8796.141.3/tests/
H A Dstackshot_tests.m2494 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
/xnu-8796.141.3/libkern/c++/
H A DOSKext.cpp3779 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()