Home
last modified time | relevance | path

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

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