HDK
|
#include "zlib_name_mangling.h"
#include <sys/types.h>
#include <stddef.h>
#include <unistd.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 void * | voidpf |
typedef void * | voidp |
typedef unsigned int | z_crc_t |
typedef size_t | z_size_t |
#define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define ZEXPORTVA Z_EXPORTVA |