|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
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 const * | voidpc |
| typedef Byte FAR * | voidpf |
| typedef Byte * | voidp |
| typedef unsigned long | z_crc_t |
| #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 */ |
Definition at line 277 of file zconf.h.
Referenced by deflateInit_(), gz_init(), unzOpenCurrentFile3(), zipOpenNewFileInZip(), zipOpenNewFileInZip2(), zipOpenNewFileInZip2_64(), and zipOpenNewFileInZip64().
| #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
| #define z_const |
Definition at line 240 of file zconf.h.
Referenced by compress2(), deflateSetDictionary(), gz_write(), inflate(), inflate_fast(), inflateBack(), and uncompress2().
| #define z_off64_t z_off_t |
Definition at line 522 of file zconf.h.
Referenced by crc32_combine(), crc32_combine_gen(), gz_skip(), gz_zero(), gzoffset(), gzoffset64(), gzseek(), gzseek64(), and gztell().
| #define z_off_t long |
Definition at line 513 of file zconf.h.
Referenced by gzoffset(), gzseek(), gztell(), unztell(), and zlibCompileFlags().
1.8.8