HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
zconf.h File Reference
#include "zlib_name_mangling.h"
#include <sys/types.h>
#include <stddef.h>
#include <unistd.h>
+ Include dependency graph for zconf.h:

Go to the source code of this file.

Macros

#define __has_declspec_attribute(x)   0
 
#define z_const
 
#define MAX_MEM_LEVEL   9
 
#define MIN_WBITS   8 /* 256 LZ77 window */
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(args)   args
 
#define Z_EXTERN   extern
 
#define Z_EXPORT
 
#define Z_EXPORTVA
 
#define ZNG_CONDEXPORT   Z_INTERNAL
 
#define ZEXTERN   Z_EXTERN
 
#define ZEXPORT   Z_EXPORT
 
#define ZEXPORTVA   Z_EXPORTVA
 
#define Z_HAVE_UNISTD_H
 
#define z_off_t   off_t
 
#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_off64_t   z_off_t
 

Typedefs

typedef unsigned char Byte
 
typedef Byte Bytef
 
typedef unsigned int uInt
 
typedef unsigned long uLong
 
typedef char charf
 
typedef int intf
 
typedef uInt uIntf
 
typedef uLong uLongf
 
typedef void const * voidpc
 
typedef voidvoidpf
 
typedef voidvoidp
 
typedef unsigned int z_crc_t
 
typedef size_t z_size_t
 

Macro Definition Documentation

#define __has_declspec_attribute (   x)    0

Definition at line 19 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 30 of file zconf.h.

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

Definition at line 42 of file zconf.h.

#define MIN_WBITS   8 /* 256 LZ77 window */

Definition at line 39 of file zconf.h.

#define OF (   args)    args

Definition at line 62 of file zconf.h.

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

Definition at line 181 of file zconf.h.

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

Definition at line 182 of file zconf.h.

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

Definition at line 180 of file zconf.h.

#define z_const

Definition at line 25 of file zconf.h.

#define Z_EXPORT

Definition at line 99 of file zconf.h.

#define Z_EXPORTVA

Definition at line 102 of file zconf.h.

#define Z_EXTERN   extern

Definition at line 96 of file zconf.h.

#define Z_HAVE_UNISTD_H

Definition at line 139 of file zconf.h.

#define z_off64_t   z_off_t

Definition at line 197 of file zconf.h.

#define z_off_t   off_t

Definition at line 163 of file zconf.h.

#define ZEXPORT   Z_EXPORT

Definition at line 114 of file zconf.h.

#define ZEXPORTVA   Z_EXPORTVA

Definition at line 117 of file zconf.h.

#define ZEXTERN   Z_EXTERN

Definition at line 111 of file zconf.h.

#define ZNG_CONDEXPORT   Z_INTERNAL

Definition at line 106 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 121 of file zconf.h.

typedef Byte Bytef

Definition at line 122 of file zconf.h.

typedef char charf

Definition at line 127 of file zconf.h.

typedef int intf

Definition at line 128 of file zconf.h.

typedef unsigned int uInt

Definition at line 124 of file zconf.h.

typedef uInt uIntf

Definition at line 129 of file zconf.h.

typedef unsigned long uLong

Definition at line 125 of file zconf.h.

typedef uLong uLongf

Definition at line 130 of file zconf.h.

typedef void* voidp

Definition at line 134 of file zconf.h.

typedef void const* voidpc

Definition at line 132 of file zconf.h.

typedef void* voidpf

Definition at line 133 of file zconf.h.

typedef unsigned int z_crc_t

Definition at line 136 of file zconf.h.

typedef size_t z_size_t

Definition at line 201 of file zconf.h.