24 int ZEXPORT
uncompress (Bytef *dest, uLongf *destLen,
const Bytef *source, uLong sourceLen)
29 stream.
next_in = (z_const Bytef*)source;
38 stream.
zalloc = (alloc_func)0;
39 stream.
zfree = (free_func)0;
42 if (err !=
Z_OK)
return err;
int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
#define inflateInit(strm)
int ZEXPORT inflateEnd(z_streamp strm)
int ZEXPORT inflate(z_streamp strm, int flush)