Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/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-11417.121.6/libkdd/
H A Dkdd_main.m76 int z = inflate(&stream, Z_NO_FLUSH);
/xnu-11417.121.6/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-11417.121.6/config/
H A DMASTER180 options ZLIB # inflate/deflate support # <zlib>
181 options ZLIBC # inflate/deflate support # <zlibc>
/xnu-11417.121.6/osfmk/ipc/
H A Dipc_kmsg.c1644 #pragma mark ipc_kmsg copyin and inflate (from user)
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m3054 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
/xnu-11417.121.6/libkern/c++/
H A DOSKext.cpp3907 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()