OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
zconf.h File Reference
#include <Library/BaseMemoryLib.h>

Go to the source code of this file.

Macros

#define NO_GZIP   1
 
#define MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define Z_LARGE64   1
 
#define OF(args)
 
#define Z_ARG(args)
 
#define ZEXTERN   extern
 
#define ZEXPORT
 
#define ZEXPORTVA
 
#define FAR
 
#define z_const   const
 
#define z_off_t   INTN
 
#define z_off64_t   INTN
 
#define Z_U4   UINT32
 
#define Z_U8   UINT64
 

Typedefs

typedef unsigned char Byte
 
typedef unsigned int uInt
 
typedef unsigned long uLong
 
typedef Byte Bytef
 
typedef char charf
 
typedef int intf
 
typedef uInt uIntf
 
typedef uLong uLongf
 
typedef void const * voidpc
 
typedef void * voidpf
 
typedef void * voidp
 
typedef UINTN z_size_t
 
typedef UINT32 z_crc_t
 

Macro Definition Documentation

◆ FAR

#define FAR

Definition at line 45 of file zconf.h.

◆ MAX_MEM_LEVEL

#define MAX_MEM_LEVEL   9

Definition at line 26 of file zconf.h.

◆ MAX_WBITS

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

Definition at line 33 of file zconf.h.

◆ NO_GZIP

#define NO_GZIP   1

Definition at line 23 of file zconf.h.

◆ OF

#define OF ( args)
Value:
args

Definition at line 39 of file zconf.h.

◆ Z_ARG

#define Z_ARG ( args)
Value:
args /* function prototypes for stdarg */

Definition at line 40 of file zconf.h.

◆ z_const

#define z_const   const

Definition at line 47 of file zconf.h.

◆ Z_LARGE64

#define Z_LARGE64   1

Definition at line 35 of file zconf.h.

◆ z_off64_t

#define z_off64_t   INTN

Definition at line 64 of file zconf.h.

◆ z_off_t

#define z_off_t   INTN

Definition at line 63 of file zconf.h.

◆ Z_U4

#define Z_U4   UINT32

Definition at line 65 of file zconf.h.

◆ Z_U8

#define Z_U8   UINT64

Definition at line 66 of file zconf.h.

◆ ZEXPORT

#define ZEXPORT

Definition at line 43 of file zconf.h.

◆ ZEXPORTVA

#define ZEXPORTVA

Definition at line 44 of file zconf.h.

◆ ZEXTERN

#define ZEXTERN   extern

Definition at line 42 of file zconf.h.

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Definition at line 49 of file zconf.h.

◆ Bytef

typedef Byte Bytef

Definition at line 52 of file zconf.h.

◆ charf

typedef char charf

Definition at line 53 of file zconf.h.

◆ intf

typedef int intf

Definition at line 54 of file zconf.h.

◆ uInt

typedef unsigned int uInt

Definition at line 50 of file zconf.h.

◆ uIntf

typedef uInt uIntf

Definition at line 55 of file zconf.h.

◆ uLong

typedef unsigned long uLong

Definition at line 51 of file zconf.h.

◆ uLongf

typedef uLong uLongf

Definition at line 56 of file zconf.h.

◆ voidp

typedef void* voidp

Definition at line 59 of file zconf.h.

◆ voidpc

typedef void const* voidpc

Definition at line 57 of file zconf.h.

◆ voidpf

typedef void* voidpf

Definition at line 58 of file zconf.h.

◆ z_crc_t

typedef UINT32 z_crc_t

Definition at line 62 of file zconf.h.

◆ z_size_t

typedef UINTN z_size_t

Definition at line 61 of file zconf.h.