NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
zconf.h File Reference

Go to the source code of this file.

Macros

#define const   /* note: need a more gentle solution here */
 
#define z_const
 
#define MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(args)   ()
 
#define Z_ARG(args)   ()
 
#define ZEXTERN   extern
 
#define ZEXPORT
 
#define ZEXPORTVA
 
#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
 
#define z_off64_t   z_off_t
 

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 constvoidpc
 
typedef Byte FARvoidpf
 
typedef Bytevoidp
 
typedef unsigned long z_crc_t
 

Macro Definition Documentation

#define const   /* note: need a more gentle solution here */

Definition at line 216 of file zconf.h.

#define FAR

Definition at line 363 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 236 of file zconf.h.

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

Definition at line 246 of file zconf.h.

#define OF (   args)    ()

Definition at line 268 of file zconf.h.

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

Definition at line 473 of file zconf.h.

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

Definition at line 474 of file zconf.h.

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

Definition at line 472 of file zconf.h.

#define Z_ARG (   args)    ()

Definition at line 276 of file zconf.h.

#define z_const

Definition at line 223 of file zconf.h.

#define z_off64_t   z_off_t

Definition at line 487 of file zconf.h.

#define z_off_t   long

Definition at line 478 of file zconf.h.

#define ZEXPORT

Definition at line 356 of file zconf.h.

#define ZEXPORTVA

Definition at line 359 of file zconf.h.

#define ZEXTERN   extern

Definition at line 353 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 367 of file zconf.h.

typedef Byte FAR Bytef

Definition at line 376 of file zconf.h.

typedef char FAR charf

Definition at line 378 of file zconf.h.

typedef int FAR intf

Definition at line 379 of file zconf.h.

typedef unsigned int uInt

Definition at line 369 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 380 of file zconf.h.

typedef unsigned long uLong

Definition at line 370 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 381 of file zconf.h.

typedef Byte* voidp

Definition at line 390 of file zconf.h.

typedef Byte const* voidpc

Definition at line 388 of file zconf.h.

typedef Byte FAR* voidpf

Definition at line 389 of file zconf.h.

typedef unsigned long z_crc_t

Definition at line 413 of file zconf.h.