Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Typedefs
zconf.h File Reference

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 zconf.h.

◆ FAR

#define FAR

◆ MAX_MEM_LEVEL

#define MAX_MEM_LEVEL   9

Definition at line 114 of file zconf.h.

Referenced by deflateInit2_().

◆ MAX_WBITS

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

◆ OF

#define OF (   args)    ()

Definition at line 146 of file zconf.h.

◆ SEEK_CUR

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

◆ SEEK_END

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

Definition at line 251 of file zconf.h.

Referenced by FT_Stream_Open(), isLargeFile(), log_open(), lseek(), and ReadFileMemory().

◆ SEEK_SET

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

◆ z_off_t

#define z_off_t   long

Definition at line 254 of file zconf.h.

Referenced by gzcopy(), gzoffset(), gzseek(), gztell(), test_gzio(), unztell(), and zlibCompileFlags().

◆ ZEXPORT

#define ZEXPORT (   x)    static x

Definition at line 202 of file zconf.h.

Referenced by gzdopen().

◆ ZEXPORTVA

#define ZEXPORTVA (   x)    static x

Definition at line 205 of file zconf.h.

Referenced by gzputs().

◆ ZEXTERN

#define ZEXTERN (   x)    static x

Definition at line 208 of file zconf.h.

◆ ZEXTERNDEF

#define ZEXTERNDEF (   x)    static x

Definition at line 211 of file zconf.h.

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Definition at line 219 of file zconf.h.

◆ Bytef

typedef Byte FAR Bytef

Definition at line 228 of file zconf.h.

◆ charf

typedef char FAR charf

Definition at line 230 of file zconf.h.

◆ intf

typedef int FAR intf

Definition at line 231 of file zconf.h.

◆ uInt

typedef unsigned int uInt

Definition at line 221 of file zconf.h.

◆ uIntf

typedef uInt FAR uIntf

Definition at line 232 of file zconf.h.

◆ uLong

typedef uLong

Definition at line 222 of file zconf.h.

◆ uLongf

typedef uLong FAR uLongf

Definition at line 233 of file zconf.h.

◆ voidp

typedef Byte* voidp

Definition at line 240 of file zconf.h.

◆ voidpf

typedef voidpf

Definition at line 239 of file zconf.h.