|
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.
Classes | |
| struct | zlib_filefunc_def_s |
| struct | zlib_filefunc64_def_s |
| struct | zlib_filefunc64_32_def_s |
Macros | |
| #define | __USE_FILE_OFFSET64 |
| #define | __USE_LARGEFILE64 |
| #define | _LARGEFILE64_SOURCE |
| #define | _FILE_OFFSET_BIT 64 |
| #define | MAXU32 0xffffffff |
| #define | ZLIB_FILEFUNC_SEEK_CUR (1) |
| #define | ZLIB_FILEFUNC_SEEK_END (2) |
| #define | ZLIB_FILEFUNC_SEEK_SET (0) |
| #define | ZLIB_FILEFUNC_MODE_READ (1) |
| #define | ZLIB_FILEFUNC_MODE_WRITE (2) |
| #define | ZLIB_FILEFUNC_MODE_READWRITEFILTER (3) |
| #define | ZLIB_FILEFUNC_MODE_EXISTING (4) |
| #define | ZLIB_FILEFUNC_MODE_CREATE (8) |
| #define | ZCALLBACK |
| #define | ZREAD64(filefunc, filestream, buf, size) ((*((filefunc).zfile_func64.zread_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) |
| #define | ZWRITE64(filefunc, filestream, buf, size) ((*((filefunc).zfile_func64.zwrite_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) |
| #define | ZCLOSE64(filefunc, filestream) ((*((filefunc).zfile_func64.zclose_file)) ((filefunc).zfile_func64.opaque,filestream)) |
| #define | ZERROR64(filefunc, filestream) ((*((filefunc).zfile_func64.zerror_file)) ((filefunc).zfile_func64.opaque,filestream)) |
| #define | ZOPEN64(filefunc, filename, mode) (call_zopen64((&(filefunc)),(filename),(mode))) |
| #define | ZTELL64(filefunc, filestream) (call_ztell64((&(filefunc)),(filestream))) |
| #define | ZSEEK64(filefunc, filestream, pos, mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode))) |
Typedefs | |
| typedef unsigned long long int | ZPOS64_T |
| typedef const char * | filename |
| typedef const char int | mode |
| typedef voidpf | stream |
| typedef voidpf void * | buf |
| typedef voidpf void uLong | size |
| typedef voidpf uLong | offset |
| typedef voidpf uLong int | origin |
| typedef struct zlib_filefunc_def_s | zlib_filefunc_def |
| typedef struct zlib_filefunc64_def_s | zlib_filefunc64_def |
| typedef struct zlib_filefunc64_32_def_s | zlib_filefunc64_32_def |
Functions | |
| typedef | voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque |
| typedef | uLong (ZCALLBACK *read_file_func) OF((voidpf opaque |
| typedef | int (ZCALLBACK *close_file_func) OF((voidpf opaque |
| typedef | long (ZCALLBACK *tell_file_func) OF((voidpf opaque |
| typedef | ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque |
| void fill_fopen64_filefunc | OF ((zlib_filefunc64_def *pzlib_filefunc_def)) |
| void fill_fopen_filefunc | OF ((zlib_filefunc_def *pzlib_filefunc_def)) |
| voidpf call_zopen64 | OF ((const zlib_filefunc64_32_def *pfilefunc, const void *filename, int mode)) |
| long call_zseek64 | OF ((const zlib_filefunc64_32_def *pfilefunc, voidpf filestream, ZPOS64_T offset, int origin)) |
| ZPOS64_T call_ztell64 | OF ((const zlib_filefunc64_32_def *pfilefunc, voidpf filestream)) |
| void | fill_zlib_filefunc64_32_def_from_filefunc32 (zlib_filefunc64_32_def *p_filefunc64_32, const zlib_filefunc_def *p_filefunc32) |
| #define MAXU32 0xffffffff |
Definition at line 95 of file ioapi.h.
Referenced by call_ztell64(), and unz64local_GetCurrentFileInfoInternal().
| #define ZCLOSE64 | ( | filefunc, | |
| filestream | |||
| ) | ((*((filefunc).zfile_func64.zclose_file)) ((filefunc).zfile_func64.opaque,filestream)) |
Definition at line 191 of file ioapi.h.
Referenced by LoadCentralDirectoryRecord(), unzClose(), unzOpenInternal(), zipClose(), and zipOpen3().
| #define ZERROR64 | ( | filefunc, | |
| filestream | |||
| ) | ((*((filefunc).zfile_func64.zerror_file)) ((filefunc).zfile_func64.opaque,filestream)) |
Definition at line 192 of file ioapi.h.
Referenced by unz64local_getByte(), and zip64local_getByte().
| #define ZLIB_FILEFUNC_MODE_CREATE (8) |
Definition at line 121 of file ioapi.h.
Referenced by fopen64_file_func(), fopen_file_func(), win32_translate_open_mode(), and zipOpen3().
| #define ZLIB_FILEFUNC_MODE_EXISTING (4) |
Definition at line 120 of file ioapi.h.
Referenced by fopen64_file_func(), fopen_file_func(), unzOpenInternal(), win32_translate_open_mode(), and zipOpen3().
| #define ZLIB_FILEFUNC_MODE_READ (1) |
Definition at line 116 of file ioapi.h.
Referenced by fopen64_file_func(), fopen_file_func(), unzOpenInternal(), win32_translate_open_mode(), and zipOpen3().
| #define ZLIB_FILEFUNC_MODE_READWRITEFILTER (3) |
Definition at line 118 of file ioapi.h.
Referenced by fopen64_file_func(), fopen_file_func(), and win32_translate_open_mode().
| #define ZLIB_FILEFUNC_MODE_WRITE (2) |
Definition at line 117 of file ioapi.h.
Referenced by zipOpen3().
| #define ZLIB_FILEFUNC_SEEK_CUR (1) |
Definition at line 112 of file ioapi.h.
Referenced by fseek64_file_func(), fseek_file_func(), unz64local_GetCurrentFileInfoInternal(), win32_seek64_file_func(), and win32_seek_file_func().
| #define ZLIB_FILEFUNC_SEEK_END (2) |
Definition at line 113 of file ioapi.h.
Referenced by fseek64_file_func(), fseek_file_func(), unz64local_SearchCentralDir(), unz64local_SearchCentralDir64(), win32_seek64_file_func(), win32_seek_file_func(), zip64local_SearchCentralDir(), and zip64local_SearchCentralDir64().
| #define ZLIB_FILEFUNC_SEEK_SET (0) |
Definition at line 114 of file ioapi.h.
Referenced by fseek64_file_func(), fseek_file_func(), LoadCentralDirectoryRecord(), unz64local_CheckCurrentFileCoherencyHeader(), unz64local_GetCurrentFileInfoInternal(), unz64local_SearchCentralDir(), unz64local_SearchCentralDir64(), unzGetGlobalComment(), unzGetLocalExtrafield(), unzOpenInternal(), unzReadCurrentFile(), win32_seek64_file_func(), win32_seek_file_func(), zip64local_SearchCentralDir(), zip64local_SearchCentralDir64(), and zipCloseFileInZipRaw64().
| #define ZOPEN64 | ( | filefunc, | |
| filename, | |||
| mode | |||
| ) | (call_zopen64((&(filefunc)),(filename),(mode))) |
Definition at line 200 of file ioapi.h.
Referenced by unzOpenInternal(), and zipOpen3().
| #define ZREAD64 | ( | filefunc, | |
| filestream, | |||
| buf, | |||
| size | |||
| ) | ((*((filefunc).zfile_func64.zread_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) |
Definition at line 187 of file ioapi.h.
Referenced by LoadCentralDirectoryRecord(), unz64local_getByte(), unz64local_GetCurrentFileInfoInternal(), unz64local_SearchCentralDir(), unz64local_SearchCentralDir64(), unzGetGlobalComment(), unzGetLocalExtrafield(), unzOpenCurrentFile3(), unzReadCurrentFile(), zip64local_getByte(), zip64local_SearchCentralDir(), and zip64local_SearchCentralDir64().
| #define ZSEEK64 | ( | filefunc, | |
| filestream, | |||
| pos, | |||
| mode | |||
| ) | (call_zseek64((&(filefunc)),(filestream),(pos),(mode))) |
Definition at line 202 of file ioapi.h.
Referenced by LoadCentralDirectoryRecord(), unz64local_CheckCurrentFileCoherencyHeader(), unz64local_GetCurrentFileInfoInternal(), unz64local_SearchCentralDir(), unz64local_SearchCentralDir64(), unzGetGlobalComment(), unzGetLocalExtrafield(), unzOpenCurrentFile3(), unzOpenInternal(), unzReadCurrentFile(), zip64local_SearchCentralDir(), zip64local_SearchCentralDir64(), zipCloseFileInZipRaw64(), and zipOpen3().
| #define ZTELL64 | ( | filefunc, | |
| filestream | |||
| ) | (call_ztell64((&(filefunc)),(filestream))) |
Definition at line 201 of file ioapi.h.
Referenced by unz64local_SearchCentralDir(), unz64local_SearchCentralDir64(), Write_LocalFileHeader(), zip64local_SearchCentralDir(), zip64local_SearchCentralDir64(), zipClose(), zipCloseFileInZipRaw64(), zipOpen3(), and zipOpenNewFileInZip4_64().
| #define ZWRITE64 | ( | filefunc, | |
| filestream, | |||
| buf, | |||
| size | |||
| ) | ((*((filefunc).zfile_func64.zwrite_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) |
Definition at line 188 of file ioapi.h.
Referenced by Write_GlobalComment(), Write_LocalFileHeader(), zip64FlushWriteBuffer(), zip64local_putValue(), zipClose(), and zipOpenNewFileInZip4_64().
| typedef struct zlib_filefunc64_32_def_s zlib_filefunc64_32_def |
| typedef struct zlib_filefunc64_def_s zlib_filefunc64_def |
| typedef struct zlib_filefunc_def_s zlib_filefunc_def |
| void fill_zlib_filefunc64_32_def_from_filefunc32 | ( | zlib_filefunc64_32_def * | p_filefunc64_32, |
| const zlib_filefunc_def * | p_filefunc32 | ||
| ) |
Definition at line 69 of file ioapi.c.
References zlib_filefunc_def_s::opaque, zlib_filefunc64_def_s::opaque, zlib_filefunc_def_s::zclose_file, zlib_filefunc64_def_s::zclose_file, zlib_filefunc_def_s::zerror_file, zlib_filefunc64_def_s::zerror_file, zlib_filefunc64_32_def_s::zfile_func64, zlib_filefunc64_32_def_s::zopen32_file, zlib_filefunc64_def_s::zopen64_file, zlib_filefunc_def_s::zopen_file, zlib_filefunc_def_s::zread_file, zlib_filefunc64_def_s::zread_file, zlib_filefunc64_32_def_s::zseek32_file, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc_def_s::zseek_file, zlib_filefunc64_32_def_s::ztell32_file, zlib_filefunc64_def_s::ztell64_file, zlib_filefunc_def_s::ztell_file, zlib_filefunc_def_s::zwrite_file, and zlib_filefunc64_def_s::zwrite_file.
Referenced by unzOpen2(), and zipOpen2().
| typedef int | ( | ZCALLBACK * | close_file_func | ) |
Referenced by QAlgorithm::DesPrivate::des64(), gz_comp(), gzputs(), inflate(), inflate_table(), QAlgorithm::WaterWavePrivate::initialize(), longest_match(), QRinput_appendPaddingBit(), QRinput_appendPaddingBitMQR(), QRinput_checkModeKanji(), QRinput_encodeBitStream(), QRinput_encodeModeAn(), QRinput_encodeModeKanji(), QRinput_encodeModeNum(), QRinput_Struct_setParity(), QAlgorithm::GaussBlur::render(), TTKBaseStringView< _CharT, _Traits >::rfind(), RSECC_encode(), Split_eat8(), Split_eatAn(), Split_eatKanji(), Split_eatNum(), Split_identifyMode(), unz64local_getByte(), unzOpenCurrentFile3(), unzRepair(), update_keys(), win32_read_file_func(), win32_seek64_file_func(), win32_seek_file_func(), win32_tell64_file_func(), win32_tell_file_func(), win32_write_file_func(), and zip64local_getByte().
| typedef long | ( | ZCALLBACK * | tell_file_func | ) |
Referenced by adler32_combine_(), deflateSetDictionary(), fill_window(), inflate_fast(), inflateMark(), and win32_tell_file_func().
| void fill_win32_filefunc64W OF | ( | (zlib_filefunc64_def *pzlib_filefunc_def) | ) |
| void fill_fopen_filefunc OF | ( | (zlib_filefunc_def *pzlib_filefunc_def) | ) |
| voidpf call_zopen64 OF | ( | (const zlib_filefunc64_32_def *pfilefunc, const void *filename, int mode) | ) |
| long call_zseek64 OF | ( | (const zlib_filefunc64_32_def *pfilefunc, voidpf filestream, ZPOS64_T offset, int origin) | ) |
| ZPOS64_T call_ztell64 OF | ( | (const zlib_filefunc64_32_def *pfilefunc, voidpf filestream) | ) |
1.8.8