Searched refs:inflate (Results 1 – 6 of 6) sorted by relevance
43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
74 err = inflate(&stream, Z_NO_FLUSH);
328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate() function
226 r = inflate(&s, Z_SYNC_FLUSH); in gzwrite()298 r = inflate(&s, Z_FINISH); in zunzip()
71 # define inflate z_inflate macro557 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
120 ret = inflate(&stream, Z_NO_FLUSH); in decompress_zlib()
Completed in 9 milliseconds