Go to the source code of this file.
Go to the SVN repository for this file.
|
#define | ZLIB_VERSION "1.2.12" |
|
#define | ZLIB_VERNUM 0x12c0 |
|
#define | ZLIB_VER_MAJOR 1 |
|
#define | ZLIB_VER_MINOR 2 |
|
#define | ZLIB_VER_REVISION 12 |
|
#define | ZLIB_VER_SUBREVISION 0 |
|
#define | Z_NO_FLUSH 0 |
|
#define | Z_PARTIAL_FLUSH 1 |
|
#define | Z_SYNC_FLUSH 2 |
|
#define | Z_FULL_FLUSH 3 |
|
#define | Z_FINISH 4 |
|
#define | Z_BLOCK 5 |
|
#define | Z_TREES 6 |
|
#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_RLE 3 |
|
#define | Z_FIXED 4 |
|
#define | Z_DEFAULT_STRATEGY 0 |
|
#define | Z_BINARY 0 |
|
#define | Z_TEXT 1 |
|
#define | Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ |
|
#define | Z_UNKNOWN 2 |
|
#define | Z_DEFLATED 8 |
|
#define | Z_NULL 0 /* for initializing zalloc, zfree, opaque */ |
|
#define | zlib_version zlibVersion() |
|
#define | deflateInit(strm, level) deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) |
|
#define | inflateInit(strm) inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) |
|
#define | deflateInit2(strm, level, method, windowBits, memLevel, strategy) |
|
#define | inflateInit2(strm, windowBits) |
|
#define | inflateBackInit(strm, windowBits, window) |
|
#define | gzgetc(g) ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) |
|
◆ deflateInit
◆ deflateInit2
#define deflateInit2 |
( |
|
strm, |
|
|
|
level, |
|
|
|
method, |
|
|
|
windowBits, |
|
|
|
memLevel, |
|
|
|
strategy |
|
) |
| |
Value:
strategy
Block allocation strategies.
Definition at line 1814 of file zlib.h.
◆ gzgetc
#define gzgetc |
( |
|
g | ) |
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) |
◆ inflateBackInit
#define inflateBackInit |
( |
|
strm, |
|
|
|
windowBits, |
|
|
|
window |
|
) |
| |
◆ inflateInit
◆ inflateInit2
#define inflateInit2 |
( |
|
strm, |
|
|
|
windowBits |
|
) |
| |
◆ Z_ASCII
#define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ |
◆ Z_BEST_COMPRESSION
#define Z_BEST_COMPRESSION 9 |
◆ Z_BEST_SPEED
◆ Z_BINARY
◆ Z_BLOCK
◆ Z_BUF_ERROR
◆ Z_DATA_ERROR
#define Z_DATA_ERROR (-3) |
◆ Z_DEFAULT_COMPRESSION
#define Z_DEFAULT_COMPRESSION (-1) |
◆ Z_DEFAULT_STRATEGY
#define Z_DEFAULT_STRATEGY 0 |
◆ Z_DEFLATED
◆ Z_ERRNO
◆ Z_FILTERED
◆ Z_FINISH
◆ Z_FIXED
◆ Z_FULL_FLUSH
◆ Z_HUFFMAN_ONLY
◆ Z_MEM_ERROR
◆ Z_NEED_DICT
◆ Z_NO_COMPRESSION
#define Z_NO_COMPRESSION 0 |
◆ Z_NO_FLUSH
◆ Z_NULL
#define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ |
◆ Z_OK
◆ Z_PARTIAL_FLUSH
#define Z_PARTIAL_FLUSH 1 |
◆ Z_RLE
◆ Z_STREAM_END
◆ Z_STREAM_ERROR
#define Z_STREAM_ERROR (-2) |
◆ Z_SYNC_FLUSH
◆ Z_TEXT
◆ Z_TREES
◆ Z_UNKNOWN
◆ Z_VERSION_ERROR
#define Z_VERSION_ERROR (-6) |
◆ ZLIB_VER_MAJOR
◆ ZLIB_VER_MINOR
◆ ZLIB_VER_REVISION
#define ZLIB_VER_REVISION 12 |
◆ ZLIB_VER_SUBREVISION
#define ZLIB_VER_SUBREVISION 0 |
◆ ZLIB_VERNUM
#define ZLIB_VERNUM 0x12c0 |
◆ ZLIB_VERSION
#define ZLIB_VERSION "1.2.12" |
◆ zlib_version
◆ alloc_func
typedef voidpf(* alloc_func) () |
◆ free_func
typedef void(* free_func) () |
◆ gz_header
◆ gz_headerp
◆ gzFile
◆ in_func
typedef unsigned(* in_func) () |
◆ out_func
typedef int(* out_func) () |
◆ z_stream
◆ z_streamp
◆ adler32()
◆ adler32_combine()
uLong adler32_combine |
( |
| ) |
|
◆ adler32_z()
◆ compress()
◆ compress2()
◆ compressBound()
◆ crc32()
◆ crc32_combine()
◆ crc32_combine_gen()
uLong crc32_combine_gen |
( |
| ) |
|
◆ crc32_combine_op()
uLong crc32_combine_op |
( |
| ) |
|
◆ crc32_z()
◆ deflate()
◆ deflateBound()
◆ deflateCopy()
◆ deflateEnd()
◆ deflateGetDictionary()
int deflateGetDictionary |
( |
| ) |
|
◆ deflateInit2_()
◆ deflateInit_()
◆ deflateParams()
◆ deflatePending()
◆ deflatePrime()
◆ deflateReset()
◆ deflateResetKeep()
◆ deflateSetDictionary()
int deflateSetDictionary |
( |
| ) |
|
◆ deflateSetHeader()
◆ deflateTune()
◆ get_crc_table()
◆ gzbuffer()
◆ gzclearerr()
◆ gzclose()
◆ gzclose_r()
◆ gzclose_w()
◆ gzdirect()
◆ gzdopen()
◆ gzeof()
◆ gzerror()
◆ gzflush()
◆ gzfread()
◆ gzfwrite()
◆ gzgetc()
◆ gzgetc_()
◆ gzgets()
◆ gzoffset()
◆ gzopen()
◆ gzprintf()
◆ gzputc()
◆ gzputs()
◆ gzread()
◆ gzrewind()
◆ gzseek()
◆ gzsetparams()
◆ gztell()
◆ gzungetc()
◆ gzwrite()
◆ inflate()
◆ inflateBack()
◆ inflateBackEnd()
◆ inflateBackInit_()
◆ inflateCodesUsed()
unsigned long inflateCodesUsed |
( |
| ) |
|
◆ inflateCopy()
◆ inflateEnd()
◆ inflateGetDictionary()
int inflateGetDictionary |
( |
| ) |
|
◆ inflateGetHeader()
◆ inflateInit2_()
◆ inflateInit_()
◆ inflateMark()
◆ inflatePrime()
◆ inflateReset()
◆ inflateReset2()
◆ inflateResetKeep()
◆ inflateSetDictionary()
int inflateSetDictionary |
( |
| ) |
|
◆ inflateSync()
◆ inflateSyncPoint()
◆ inflateUndermine()
◆ inflateValidate()
◆ uncompress()
◆ uncompress2()
◆ zError()
◆ zlibCompileFlags()
uLong zlibCompileFlags |
( |
| ) |
|
◆ zlibVersion()