ReactOS 0.4.16-dev-257-g6aa11ac
|
Go to the source code of this file.
Macros | |
#define | const |
#define | MAX_MEM_LEVEL 9 |
#define | MAX_WBITS 15 /* 32K LZ77 window */ |
#define | OF(args) () |
#define | ZEXPORT(x) static x |
#define | ZEXPORTVA(x) static x |
#define | ZEXTERN(x) static x |
#define | ZEXTERNDEF(x) static x |
#define | FAR |
#define | SEEK_SET 0 /* Seek from beginning of file. */ |
#define | SEEK_CUR 1 /* Seek from current position. */ |
#define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define | z_off_t long |
Typedefs | |
typedef unsigned char | Byte |
typedef unsigned int | uInt |
typedef unsigned long | uLong |
typedef Byte FAR | Bytef |
typedef char FAR | charf |
typedef int FAR | intf |
typedef uInt FAR | uIntf |
typedef uLong FAR | uLongf |
typedef Byte FAR * | voidpf |
typedef Byte * | voidp |