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
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));
180 options ZLIB # inflate/deflate support # <zlib>181 options ZLIBC # inflate/deflate support # <zlibc>
1644 #pragma mark ipc_kmsg copyin and inflate (from user)
3054 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
3907 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()