Searched refs:inflate (Results 1 – 10 of 10) sorted by relevance
78 err = inflate(&stream, Z_FINISH); in uncompress()
579 inflate(z_streamp strm, int flush) in inflate() function
76 libkern/zlib/inflate.c optional zlib88 libkern/zlib/inflate.c optional zlibc
115 inflate.o_CWARNFLAGS_ADD += -Wno-sign-conversion
76 int z = inflate(&stream, Z_NO_FLUSH);
47 # define inflate z_inflate macro
392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
178 options ZLIB # inflate/deflate support # <zlib>179 options ZLIBC # inflate/deflate support # <zlibc>
2494 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
3779 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()