Rizin
unix-like reverse engineering framework and cli tools
|
#include "zlib.h"
Go to the source code of this file.
Macros | |
#define | ZLIB_INTERNAL |
Functions | |
int ZEXPORT | uncompress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen) |
int ZEXPORT | uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
Definition at line 86 of file uncompr.c.
References dest, source, and uncompress2().
Definition at line 27 of file uncompr.c.
References dest, err, inflate(), inflateEnd(), inflateInit, len, max, source, Z_BUF_ERROR, z_const, Z_DATA_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_OK, and Z_STREAM_END.
Referenced by uncompress().