Go to the source code of this file.
|
int | zlib_deflate_workspacesize (int windowBits, int memLevel) |
|
int | zlib_deflate (z_streamp strm, int flush) |
|
int | zlib_deflateEnd (z_streamp strm) |
|
int | zlib_inflate_workspacesize (void) |
|
int | zlib_inflate (z_streamp strm, int flush) |
|
int | zlib_inflateEnd (z_streamp strm) |
|
int | zlib_deflateReset (z_streamp strm) |
|
int | zlib_inflateSetDictionary (z_streamp strm, const Byte *dictionary, uInt dictLength) |
|
int | zlib_inflateReset (z_streamp strm) |
|
int | zlib_inflateIncomp (z_stream *strm) |
|
int | zlib_deflateInit2 (z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy) |
|
int | zlib_inflateInit2 (z_streamp strm, int windowBits) |
|
int | zlib_inflate_blob (void *dst, unsigned dst_sz, const void *src, unsigned src_sz) |
|
#define Z_BEST_COMPRESSION 9 |
#define Z_DATA_ERROR (-3) |
#define Z_DEFAULT_COMPRESSION (-1) |
#define Z_DEFAULT_STRATEGY 0 |
#define Z_NO_COMPRESSION 0 |
#define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ |
#define Z_STREAM_ERROR (-2) |
#define Z_VERSION_ERROR (-6) |
#define zlib_deflateInit |
( |
|
strm, |
|
|
|
level |
|
) |
| |
Value:
Definition at line 692 of file zlib.h.
int zlib_deflate_workspacesize |
( |
int |
windowBits, |
|
|
int |
memLevel |
|
) |
| |
int zlib_inflate_blob |
( |
void * |
dst, |
|
|
unsigned |
dst_sz, |
|
|
const void * |
src, |
|
|
unsigned |
src_sz |
|
) |
| |
int zlib_inflate_workspacesize |
( |
void |
| ) |
|