TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
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 z_const
 
#define z_longlong   long long
 
#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
 
#define z_off64_t   z_off_t
 

Typedefs

typedef unsigned long z_size_t
 
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
 
typedef unsigned long z_crc_t
 

Macro Definition Documentation

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

Definition at line 233 of file zconf.h.

#define FAR

Definition at line 389 of file zconf.h.

Referenced by get_crc_table(), and inflate_table().

#define MAX_MEM_LEVEL   9

Definition at line 267 of file zconf.h.

Referenced by deflateInit2_().

#define MAX_WBITS   15 /* 32K LZ77 window */
#define OF (   args)    ()

Definition at line 299 of file zconf.h.

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

Definition at line 508 of file zconf.h.

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

Definition at line 509 of file zconf.h.

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

Definition at line 507 of file zconf.h.

#define z_const
#define z_longlong   long long

Definition at line 250 of file zconf.h.

#define z_off64_t   z_off_t
#define z_off_t   long

Definition at line 513 of file zconf.h.

Referenced by gzoffset(), gzseek(), gztell(), unztell(), and zlibCompileFlags().

#define ZEXPORT

Definition at line 382 of file zconf.h.

#define ZEXPORTVA

Definition at line 385 of file zconf.h.

#define ZEXTERN   extern

Definition at line 379 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 393 of file zconf.h.

typedef Byte FAR Bytef

Definition at line 402 of file zconf.h.

typedef char FAR charf

Definition at line 404 of file zconf.h.

typedef int FAR intf

Definition at line 405 of file zconf.h.

typedef unsigned int uInt

Definition at line 395 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 406 of file zconf.h.

typedef uLong

Definition at line 396 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 407 of file zconf.h.

typedef Byte* voidp

Definition at line 416 of file zconf.h.

typedef Byte const* voidpc

Definition at line 414 of file zconf.h.

typedef voidpf

Definition at line 415 of file zconf.h.

typedef unsigned long z_crc_t

Definition at line 433 of file zconf.h.

typedef unsigned long z_size_t

Definition at line 257 of file zconf.h.