ReactOS 0.4.15-dev-7961-gdcf9eb0
ftzconf.h File Reference
This graph shows which files directly or indirectly include this file:

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 FARvoidpf
 
typedef Bytevoidp
 

Macro Definition Documentation

◆ const

#define const

Definition at line 91 of file ftzconf.h.

◆ FAR

#define FAR

Definition at line 215 of file ftzconf.h.

◆ MAX_MEM_LEVEL

#define MAX_MEM_LEVEL   9

Definition at line 114 of file ftzconf.h.

◆ MAX_WBITS

#define MAX_WBITS   15 /* 32K LZ77 window */

Definition at line 124 of file ftzconf.h.

◆ OF

#define OF (   args)    ()

Definition at line 146 of file ftzconf.h.

◆ SEEK_CUR

#define SEEK_CUR   1 /* Seek from current position. */

Definition at line 250 of file ftzconf.h.

◆ SEEK_END

#define SEEK_END   2 /* Set file pointer to EOF plus "offset" */

Definition at line 251 of file ftzconf.h.

◆ SEEK_SET

#define SEEK_SET   0 /* Seek from beginning of file. */

Definition at line 249 of file ftzconf.h.

◆ z_off_t

#define z_off_t   long

Definition at line 254 of file ftzconf.h.

◆ ZEXPORT

#define ZEXPORT (   x)    static x

Definition at line 202 of file ftzconf.h.

◆ ZEXPORTVA

#define ZEXPORTVA (   x)    static x

Definition at line 205 of file ftzconf.h.

◆ ZEXTERN

#define ZEXTERN (   x)    static x

Definition at line 208 of file ftzconf.h.

◆ ZEXTERNDEF

#define ZEXTERNDEF (   x)    static x

Definition at line 211 of file ftzconf.h.

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Definition at line 219 of file ftzconf.h.

◆ Bytef

typedef Byte FAR Bytef

Definition at line 228 of file ftzconf.h.

◆ charf

typedef char FAR charf

Definition at line 230 of file ftzconf.h.

◆ intf

typedef int FAR intf

Definition at line 231 of file ftzconf.h.

◆ uInt

typedef unsigned int uInt

Definition at line 221 of file ftzconf.h.

◆ uIntf

typedef uInt FAR uIntf

Definition at line 232 of file ftzconf.h.

◆ uLong

typedef unsigned long uLong

Definition at line 222 of file ftzconf.h.

◆ uLongf

typedef uLong FAR uLongf

Definition at line 233 of file ftzconf.h.

◆ voidp

typedef Byte* voidp

Definition at line 240 of file ftzconf.h.

◆ voidpf

typedef Byte FAR* voidpf

Definition at line 239 of file ftzconf.h.