Go to the source code of this file.
|
#define | ZLIB_VERSION "1.1.4" |
|
#define | Z_NO_FLUSH 0 |
|
#define | Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ |
|
#define | Z_SYNC_FLUSH 2 |
|
#define | Z_FULL_FLUSH 3 |
|
#define | Z_FINISH 4 |
|
#define | Z_OK 0 |
|
#define | Z_STREAM_END 1 |
|
#define | Z_NEED_DICT 2 |
|
#define | Z_ERRNO (-1) |
|
#define | Z_STREAM_ERROR (-2) |
|
#define | Z_DATA_ERROR (-3) |
|
#define | Z_MEM_ERROR (-4) |
|
#define | Z_BUF_ERROR (-5) |
|
#define | Z_VERSION_ERROR (-6) |
|
#define | Z_NO_COMPRESSION 0 |
|
#define | Z_BEST_SPEED 1 |
|
#define | Z_BEST_COMPRESSION 9 |
|
#define | Z_DEFAULT_COMPRESSION (-1) |
|
#define | Z_FILTERED 1 |
|
#define | Z_HUFFMAN_ONLY 2 |
|
#define | Z_DEFAULT_STRATEGY 0 |
|
#define | Z_BINARY 0 |
|
#define | Z_ASCII 1 |
|
#define | Z_UNKNOWN 2 |
|
#define | Z_DEFLATED 8 |
|
#define | Z_NULL 0 /* for initializing zalloc, zfree, opaque */ |
|
#define | deflateInit(strm, level) deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) |
|
#define | inflateInit(strm) inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) |
|
#define | deflateInit2(strm, level, method, windowBits, memLevel, strategy) |
|
#define | inflateInit2(strm, windowBits) inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) |
|
◆ deflateInit
◆ deflateInit2
Value:
int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size)
Definition at line 819 of file zlib.h.
◆ inflateInit
◆ inflateInit2
◆ Z_ASCII
◆ Z_BEST_COMPRESSION
◆ Z_BEST_SPEED
◆ Z_BINARY
◆ Z_BUF_ERROR
◆ Z_DATA_ERROR
◆ Z_DEFAULT_COMPRESSION
#define Z_DEFAULT_COMPRESSION (-1) |
◆ Z_DEFAULT_STRATEGY
◆ Z_DEFLATED
◆ Z_ERRNO
◆ Z_FILTERED
◆ Z_FINISH
◆ Z_FULL_FLUSH
◆ Z_HUFFMAN_ONLY
◆ Z_MEM_ERROR
◆ Z_NEED_DICT
◆ Z_NO_COMPRESSION
◆ Z_NO_FLUSH
◆ Z_NULL
◆ Z_OK
◆ Z_PARTIAL_FLUSH
◆ Z_STREAM_END
◆ Z_STREAM_ERROR
◆ Z_SYNC_FLUSH
◆ Z_UNKNOWN
◆ Z_VERSION_ERROR
◆ ZLIB_VERSION
◆ OF
◆ z_stream
◆ z_streamp
◆ ZEXTERN() [1/2]
◆ ZEXTERN() [2/2]
◆ buf
◆ flush
Definition at line 309 of file zlib.h.
Referenced by deflate(), deflate_fast(), deflate_huff(), deflate_rle(), deflate_slow(), deflate_stored(), MSXML2::IMXWriter::flush(), flush(), gz_comp(), gzflush(), inflate(), StringOut(), test_overlapped_transport(), unzReadCurrentFile(), xmlCharEncInput(), and xmlEncInputChunk().
◆ len
◆ stream_size
◆ version
◆ windowBits