Go to the source code of this file.
Macros | |
#define | const /* note: need a more gentle solution here */ |
#define | FAR |
#define | MAX_MEM_LEVEL 9 |
#define | MAX_WBITS 15 /* 32K LZ77 window */ |
#define | OF(args) () |
#define | SEEK_CUR 1 /* Seek from current position. */ |
#define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define | SEEK_SET 0 /* Seek from beginning of file. */ |
#define | Z_ARG(args) () |
#define | z_const |
#define | z_longlong long long |
#define | z_off64_t z_off_t |
#define | z_off_t long |
#define | ZEXPORT |
#define | ZEXPORTVA |
#define | ZEXTERN extern |
Typedefs | |
typedef unsigned char | Byte |
typedef Byte FAR | Bytef |
typedef char FAR | charf |
typedef int FAR | intf |
typedef unsigned int | uInt |
typedef uInt FAR | uIntf |
typedef unsigned long | uLong |
typedef uLong FAR | uLongf |
typedef Byte * | voidp |
typedef const Byte * | voidpc |
typedef Byte FAR * | voidpf |
typedef unsigned long | z_crc_t |
typedef unsigned long | z_size_t |
#define const /* note: need a more gentle solution here */ |
Definition at line 233 of file zlib/zconf.h.
#define FAR |
Definition at line 393 of file zlib/zconf.h.
#define MAX_MEM_LEVEL 9 |
Definition at line 263 of file zlib/zconf.h.
#define MAX_WBITS 15 /* 32K LZ77 window */ |
Definition at line 273 of file zlib/zconf.h.
#define OF | ( | args | ) | () |
Definition at line 295 of file zlib/zconf.h.
#define SEEK_CUR 1 /* Seek from current position. */ |
Definition at line 512 of file zlib/zconf.h.
Definition at line 513 of file zlib/zconf.h.
#define SEEK_SET 0 /* Seek from beginning of file. */ |
Definition at line 511 of file zlib/zconf.h.
#define Z_ARG | ( | args | ) | () |
Definition at line 303 of file zlib/zconf.h.
#define z_const |
Definition at line 240 of file zlib/zconf.h.
Definition at line 246 of file zlib/zconf.h.
#define z_off64_t z_off_t |
Definition at line 526 of file zlib/zconf.h.
#define z_off_t long |
Definition at line 517 of file zlib/zconf.h.
#define ZEXPORT |
Definition at line 386 of file zlib/zconf.h.
#define ZEXPORTVA |
Definition at line 389 of file zlib/zconf.h.
#define ZEXTERN extern |
Definition at line 383 of file zlib/zconf.h.
typedef unsigned char Byte |
Definition at line 397 of file zlib/zconf.h.
Definition at line 406 of file zlib/zconf.h.
Definition at line 408 of file zlib/zconf.h.
Definition at line 409 of file zlib/zconf.h.
Definition at line 399 of file zlib/zconf.h.
Definition at line 410 of file zlib/zconf.h.
Definition at line 400 of file zlib/zconf.h.
Definition at line 411 of file zlib/zconf.h.
Definition at line 420 of file zlib/zconf.h.
Definition at line 418 of file zlib/zconf.h.
Definition at line 419 of file zlib/zconf.h.
Definition at line 437 of file zlib/zconf.h.
Definition at line 253 of file zlib/zconf.h.