Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/libkern/conf/
H A Dfiles75 libkern/zlib/inflate.c optional zlib
87 libkern/zlib/inflate.c optional zlibc
H A DMakefile.template115 inflate.o_CWARNFLAGS_ADD += -Wno-sign-conversion
/xnu-8020.101.4/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-8020.101.4/libkdd/
H A Dkdd_main.m76 int z = inflate(&stream, Z_NO_FLUSH);
/xnu-8020.101.4/config/
H A DMASTER187 options ZLIB # inflate/deflate support # <zlib>
188 options ZLIBC # inflate/deflate support # <zlibc>
/xnu-8020.101.4/libkdd/tests/
H A DTests.swift74 let z = inflate(&stream, Z_NO_FLUSH); in decompress()
/xnu-8020.101.4/tests/
H A Dstackshot_tests.m2312 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
/xnu-8020.101.4/libkern/c++/
H A DOSKext.cpp3501 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()