Go to the source code of this file.
|
int ZEXPORT | uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
|
int ZEXPORT uncompress |
( |
Bytef * |
dest, |
|
|
uLongf * |
destLen, |
|
|
const Bytef * |
source, |
|
|
uLong |
sourceLen |
|
) |
| |
Definition at line 24 of file uncompr.cc.
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;
#define inflateInit(strm)
int ZEXPORT inflateEnd(z_streamp strm)
int ZEXPORT inflate(z_streamp strm, int flush)