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