cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
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 MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(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
 

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
 

Macro Definition Documentation

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

Definition at line 196 of file zconf.h.

#define FAR

Definition at line 333 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 210 of file zconf.h.

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

Definition at line 220 of file zconf.h.

#define OF (   args)    ()

Definition at line 242 of file zconf.h.

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

Definition at line 384 of file zconf.h.

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

Definition at line 385 of file zconf.h.

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

Definition at line 383 of file zconf.h.

#define z_off_t   long

Definition at line 388 of file zconf.h.

#define ZEXPORT

Definition at line 326 of file zconf.h.

#define ZEXPORTVA

Definition at line 329 of file zconf.h.

#define ZEXTERN   extern

Definition at line 323 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 337 of file zconf.h.

typedef Byte FAR Bytef

Definition at line 346 of file zconf.h.

typedef char FAR charf

Definition at line 348 of file zconf.h.

typedef int FAR intf

Definition at line 349 of file zconf.h.

typedef unsigned int uInt

Definition at line 339 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 350 of file zconf.h.

typedef unsigned long uLong

Definition at line 340 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 351 of file zconf.h.

typedef Byte* voidp

Definition at line 360 of file zconf.h.

typedef Byte const* voidpc

Definition at line 358 of file zconf.h.

typedef Byte FAR* voidpf

Definition at line 359 of file zconf.h.