NCBI C++ ToolKit
|
#include "zlib.h"
Go to the source code of this file.
Go to the SVN repository for this file.
Go to the SVN repository for this file.
Go to the SVN repository for 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 rapidjson::source, and uncompress2().
Definition at line 27 of file uncompr.c.
References z_stream_s::avail_in, z_stream_s::avail_out, buf, inflate, inflateEnd, inflateInit, len, max(), z_stream_s::next_in, z_stream_s::next_out, z_stream_s::opaque, rapidjson::source, z_stream_s::total_out, Z_BUF_ERROR, z_const, Z_DATA_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_OK, Z_STREAM_END, z_stream_s::zalloc, and z_stream_s::zfree.
Referenced by uncompress().