51 stream.zalloc = (alloc_func)0;
52 stream.zfree = (free_func)0;
62 if (
stream.avail_out == 0) {
66 if (
stream.avail_in == 0) {
75 *destLen =
stream.total_out;
int ZEXPORT inflate(z_streamp strm, int flush)
int ZEXPORT inflateEnd(z_streamp strm)
int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen)
#define inflateInit(strm)