Searched refs:inflate (Results 1 – 6 of 6) sorted by relevance
4 srcs-y += inflate.c
106 # define inflate z_inflate macro
401 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
624 int ZEXPORT inflate(strm, flush) in inflate() function
176 st = inflate(strm, Z_SYNC_FLUSH); in read_compressed()
238 if (inflate(&strm, Z_SYNC_FLUSH) != Z_STREAM_END) in uncompress_image()