inflate           464 other-licenses/zlib/gzio.c         s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
inflate            50 other-licenses/zlib/uncompr.c     err = inflate(&stream, Z_FINISH);
inflate           363 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
inflate           158 shell/genericzlib.h 	int error = inflate(&m_zstream, Z_NO_FLUSH);
inflate           165 shell/genericzlib.h 	return inflate(&m_zstream, Z_NO_FLUSH);