World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Файл zlib.h

См. исходные тексты.

Классы

struct  z_stream_s
 
struct  gz_header_s
 
struct  gzFile_s
 

Определения типов

typedef voidpf alloc_func OF((voidpf opaque, uInt items, uInt size))
 
typedef struct z_stream_s z_stream
 
typedef z_stream FAR * z_streamp
 
typedef struct gz_header_s gz_header
 
typedef gz_header FAR * gz_headerp
 
typedef struct gzFile_sgzFile
 

Функции

const ZEXTERN char *ZEXPORT zlibVersion OF ((void))
 
ZEXTERN int ZEXPORT deflate OF ((z_streamp strm, int flush))
 
ZEXTERN int ZEXPORT deflateEnd OF ((z_streamp strm))
 
ZEXTERN int ZEXPORT deflateSetDictionary OF ((z_streamp strm, const Bytef *dictionary, uInt dictLength))
 
ZEXTERN int ZEXPORT deflateGetDictionary OF ((z_streamp strm, Bytef *dictionary, uInt *dictLength))
 
ZEXTERN int ZEXPORT deflateCopy OF ((z_streamp dest, z_streamp source))
 
ZEXTERN int ZEXPORT deflateParams OF ((z_streamp strm, int level, int strategy))
 
ZEXTERN int ZEXPORT deflateTune OF ((z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain))
 
ZEXTERN uLong ZEXPORT deflateBound OF ((z_streamp strm, uLong sourceLen))
 
ZEXTERN int ZEXPORT deflatePending OF ((z_streamp strm, unsigned *pending, int *bits))
 
ZEXTERN int ZEXPORT deflatePrime OF ((z_streamp strm, int bits, int value))
 
ZEXTERN int ZEXPORT deflateSetHeader OF ((z_streamp strm, gz_headerp head))
 
ZEXTERN int ZEXPORT inflateReset2 OF ((z_streamp strm, int windowBits))
 
ZEXTERN int ZEXPORT inflateBack OF ((z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc))
 
ZEXTERN int ZEXPORT compress OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen))
 
ZEXTERN int ZEXPORT compress2 OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level))
 
ZEXTERN uLong ZEXPORT compressBound OF ((uLong sourceLen))
 
ZEXTERN int ZEXPORT uncompress2 OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen))
 
ZEXTERN gzFile ZEXPORT gzdopen OF ((int fd, const char *mode))
 
ZEXTERN int ZEXPORT gzbuffer OF ((gzFile file, unsigned size))
 
ZEXTERN int ZEXPORT gzsetparams OF ((gzFile file, int level, int strategy))
 
ZEXTERN int ZEXPORT gzread OF ((gzFile file, voidp buf, unsigned len))
 
ZEXTERN z_size_t ZEXPORT gzfread OF ((voidp buf, z_size_t size, z_size_t nitems, gzFile file))
 
ZEXTERN int ZEXPORT gzwrite OF ((gzFile file, voidpc buf, unsigned len))
 
ZEXTERN z_size_t ZEXPORT gzfwrite OF ((voidpc buf, z_size_t size, z_size_t nitems, gzFile file))
 
ZEXTERN int ZEXPORTVA gzprintf Z_ARG ((gzFile file, const char *format,...))
 
ZEXTERN int ZEXPORT gzputs OF ((gzFile file, const char *s))
 
ZEXTERN char *ZEXPORT gzgets OF ((gzFile file, char *buf, int len))
 
ZEXTERN int ZEXPORT gzputc OF ((gzFile file, int c))
 
ZEXTERN int ZEXPORT gzgetc OF ((gzFile file))
 
ZEXTERN int ZEXPORT gzungetc OF ((int c, gzFile file))
 
ZEXTERN int ZEXPORT gzflush OF ((gzFile file, int flush))
 
const ZEXTERN char *ZEXPORT gzerror OF ((gzFile file, int *errnum))
 
ZEXTERN uLong ZEXPORT adler32 OF ((uLong adler, const Bytef *buf, uInt len))
 
ZEXTERN uLong ZEXPORT adler32_z OF ((uLong adler, const Bytef *buf, z_size_t len))
 
ZEXTERN uLong ZEXPORT crc32 OF ((uLong crc, const Bytef *buf, uInt len))
 
ZEXTERN int ZEXPORT deflateInit_ OF ((z_streamp strm, int level, const char *version, int stream_size))
 
ZEXTERN int ZEXPORT inflateInit_ OF ((z_streamp strm, const char *version, int stream_size))
 
ZEXTERN int ZEXPORT deflateInit2_ OF ((z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size))
 
ZEXTERN int ZEXPORT inflateInit2_ OF ((z_streamp strm, int windowBits, const char *version, int stream_size))
 
ZEXTERN int ZEXPORT inflateBackInit_ OF ((z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size))
 
ZEXTERN gzFile ZEXPORT gzopen64 OF ((const char *, const char *))
 
ZEXTERN z_off64_t ZEXPORT gzseek64 OF ((gzFile, z_off64_t, int))
 
ZEXTERN z_off64_t ZEXPORT gztell64 OF ((gzFile))
 
ZEXTERN uLong ZEXPORT adler32_combine64 OF ((uLong, uLong, z_off64_t))
 
ZEXTERN z_off_t ZEXPORT gzseek64 OF ((gzFile, z_off_t, int))
 
ZEXTERN uLong ZEXPORT adler32_combine64 OF ((uLong, uLong, z_off_t))
 
const ZEXTERN char *ZEXPORT zError OF ((int))
 
ZEXTERN int ZEXPORT inflateSyncPoint OF ((z_streamp))
 
ZEXTERN int ZEXPORT inflateUndermine OF ((z_streamp, int))
 
ZEXTERN gzFile ZEXPORT gzopen_w OF ((const wchar_t *path, const char *mode))
 
ZEXTERN int ZEXPORTVA gzvprintf Z_ARG ((gzFile file, const char *format, va_list va))
 

Типы

◆ OF

ZEXTERN int ZEXPORT deflateResetKeep OF ( (voidpf opaque, uInt items, uInt size )

См. определение в файле zlib.h строка 81

◆ z_stream

typedef struct z_stream_s z_stream

◆ z_streamp

typedef z_stream FAR* z_streamp

См. определение в файле zlib.h строка 108

◆ gz_header

typedef struct gz_header_s gz_header

◆ gz_headerp

typedef gz_header FAR* gz_headerp

См. определение в файле zlib.h строка 131

◆ gzFile

typedef struct gzFile_s* gzFile

См. определение в файле zlib.h строка 1300

Функции

◆ OF() [1/50]

const ZEXTERN char* ZEXPORT zlibVersion OF ( (void )

◆ OF() [2/50]

ZEXTERN int ZEXPORT deflate OF ( (z_streamp strm, int flush)  )

◆ OF() [3/50]

ZEXTERN int ZEXPORT deflateEnd OF ( (z_streamp strm)  )

◆ OF() [4/50]

ZEXTERN int ZEXPORT deflateSetDictionary OF ( (z_streamp strm, const Bytef *dictionary, uInt dictLength)  )

◆ OF() [5/50]

ZEXTERN int ZEXPORT deflateGetDictionary OF ( (z_streamp strm, Bytef *dictionary, uInt *dictLength)  )

◆ OF() [6/50]

ZEXTERN int ZEXPORT deflateCopy OF ( (z_streamp dest, z_streamp source )

◆ OF() [7/50]

ZEXTERN int ZEXPORT deflateParams OF ( (z_streamp strm, int level, int strategy)  )

◆ OF() [8/50]

ZEXTERN int ZEXPORT deflateTune OF ( (z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain)  )

◆ OF() [9/50]

ZEXTERN uLong ZEXPORT deflateBound OF ( (z_streamp strm, uLong sourceLen)  )

◆ OF() [10/50]

ZEXTERN int ZEXPORT deflatePending OF ( (z_streamp strm, unsigned *pending, int *bits )

◆ OF() [11/50]

ZEXTERN int ZEXPORT deflatePrime OF ( (z_streamp strm, int bits, int value )

◆ OF() [12/50]

ZEXTERN int ZEXPORT deflateSetHeader OF ( (z_streamp strm, gz_headerp head)  )

◆ OF() [13/50]

ZEXTERN int ZEXPORT inflateReset2 OF ( (z_streamp strm, int windowBits)  )

◆ OF() [14/50]

ZEXTERN int ZEXPORT inflateBack OF ( (z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc)  )

◆ OF() [15/50]

ZEXTERN int ZEXPORT compress OF ( (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)  )

◆ OF() [16/50]

ZEXTERN int ZEXPORT compress2 OF ( (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level )

◆ OF() [17/50]

ZEXTERN uLong ZEXPORT compressBound OF ( (uLong sourceLen)  )

◆ OF() [18/50]

ZEXTERN int ZEXPORT uncompress2 OF ( (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen)  )

◆ OF() [19/50]

ZEXTERN gzFile ZEXPORT gzdopen OF ( (int fd, const char *mode )

◆ OF() [20/50]

ZEXTERN int ZEXPORT gzbuffer OF ( (gzFile file, unsigned size )

◆ OF() [21/50]

ZEXTERN int ZEXPORT gzsetparams OF ( (gzFile file, int level, int strategy)  )

◆ OF() [22/50]

ZEXTERN int ZEXPORT gzread OF ( (gzFile file, voidp buf, unsigned len )

◆ OF() [23/50]

ZEXTERN z_size_t ZEXPORT gzfread OF ( (voidp buf, z_size_t size, z_size_t nitems, gzFile file)  )

◆ OF() [24/50]

ZEXTERN int ZEXPORT gzwrite OF ( (gzFile file, voidpc buf, unsigned len )

◆ OF() [25/50]

ZEXTERN z_size_t ZEXPORT gzfwrite OF ( (voidpc buf, z_size_t size, z_size_t nitems, gzFile file)  )

◆ Z_ARG() [1/2]

ZEXTERN int ZEXPORTVA gzprintf Z_ARG ( (gzFile file, const char *format,...)  )

◆ OF() [26/50]

ZEXTERN int ZEXPORT gzputs OF ( (gzFile file, const char *s )

◆ OF() [27/50]

ZEXTERN char* ZEXPORT gzgets OF ( (gzFile file, char *buf, int len )

◆ OF() [28/50]

ZEXTERN int ZEXPORT gzputc OF ( (gzFile file, int c )

◆ OF() [29/50]

ZEXTERN int ZEXPORT gzgetc OF ( (gzFile file)  )

◆ OF() [30/50]

ZEXTERN int ZEXPORT gzungetc OF ( (int c, gzFile file)  )

◆ OF() [31/50]

ZEXTERN int ZEXPORT gzflush OF ( (gzFile file, int flush)  )

◆ OF() [32/50]

const ZEXTERN char* ZEXPORT gzerror OF ( (gzFile file, int *errnum)  )

◆ OF() [33/50]

ZEXTERN uLong ZEXPORT adler32 OF ( (uLong adler, const Bytef *buf, uInt len )

◆ OF() [34/50]

ZEXTERN uLong ZEXPORT adler32_z OF ( (uLong adler, const Bytef *buf, z_size_t len )

◆ OF() [35/50]

ZEXTERN uLong ZEXPORT crc32 OF ( (uLong crc, const Bytef *buf, uInt len )

◆ OF() [36/50]

ZEXTERN int ZEXPORT deflateInit_ OF ( (z_streamp strm, int level, const char *version, int stream_size)  )

◆ OF() [37/50]

ZEXTERN int ZEXPORT inflateInit_ OF ( (z_streamp strm, const char *version, int stream_size)  )

◆ OF() [38/50]

ZEXTERN int ZEXPORT deflateInit2_ OF ( (z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size)  )

◆ OF() [39/50]

ZEXTERN int ZEXPORT inflateInit2_ OF ( (z_streamp strm, int windowBits, const char *version, int stream_size)  )

◆ OF() [40/50]

ZEXTERN int ZEXPORT inflateBackInit_ OF ( (z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size)  )

◆ OF() [41/50]

ZEXTERN gzFile ZEXPORT gzopen64 OF ( (const char *, const char *)  )

◆ OF() [42/50]

ZEXTERN z_off64_t ZEXPORT gzseek64 OF ( (gzFile, z_off64_t, int)  )

◆ OF() [43/50]

ZEXTERN z_off64_t ZEXPORT gztell64 OF ( (gzFile )

◆ OF() [44/50]

ZEXTERN uLong ZEXPORT adler32_combine64 OF ( (uLong, uLong, z_off64_t)  )

◆ OF() [45/50]

ZEXTERN z_off_t ZEXPORT gzseek64 OF ( (gzFile, z_off_t, int)  )

◆ OF() [46/50]

ZEXTERN uLong ZEXPORT adler32_combine64 OF ( (uLong, uLong, z_off_t)  )

◆ OF() [47/50]

const ZEXTERN char* ZEXPORT zError OF ( (int)  )

◆ OF() [48/50]

ZEXTERN int ZEXPORT inflateSyncPoint OF ( (z_streamp )

◆ OF() [49/50]

ZEXTERN int ZEXPORT inflateUndermine OF ( (z_streamp, int)  )

◆ OF() [50/50]

ZEXTERN gzFile ZEXPORT gzopen_w OF ( (const wchar_t *path, const char *mode )

◆ Z_ARG() [2/2]

ZEXTERN int ZEXPORTVA gzvprintf Z_ARG ( (gzFile file, const char *format, va_list va)  )