TTKMusicPlayer
4.1.3.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.
Functions | |
const char *ZEXPORT | zlibVersion (void) |
uLong ZEXPORT | zlibCompileFlags (void) |
const char *ZEXPORT | zError (int err) |
void ZLIB_INTERNAL | zmemcpy (Bytef *dest, const Bytef *source, uInt len) |
int ZLIB_INTERNAL | zmemcmp (const Bytef *s1, const Bytef *s2, uInt len) |
void ZLIB_INTERNAL | zmemzero (Bytef *dest, uInt len) |
voidp | malloc (uInt size) |
voidp | calloc (uInt items, uInt size) |
void | free (voidpf ptr) |
voidpf ZLIB_INTERNAL | zcalloc (voidpf opaque, unsigned items, unsigned size) |
void ZLIB_INTERNAL | zcfree (voidpf opaque, voidpf ptr) |
Variables | |
z_const char *const | z_errmsg [10] |
Referenced by init_rs_char(), MQRraw_new(), QRraw_new(), and zcalloc().
voidpf ZLIB_INTERNAL zcalloc | ( | voidpf | opaque, |
unsigned | items, | ||
unsigned | size | ||
) |
Definition at line 286 of file zutil.c.
References calloc(), and malloc().
Referenced by deflateInit2_(), inflateBackInit_(), and inflateInit2_().
void ZLIB_INTERNAL zcfree | ( | voidpf | opaque, |
voidpf | ptr | ||
) |
Definition at line 292 of file zutil.c.
References free().
Referenced by deflateInit2_(), inflateBackInit_(), and inflateInit2_().
Definition at line 27 of file zutil.c.
References ZLIB_VERSION.
void ZLIB_INTERNAL zmemcpy | ( | Bytef * | dest, |
const Bytef * | source, | ||
uInt | len | ||
) |
Definition at line 145 of file zutil.c.
Referenced by _tr_stored_block(), deflate(), deflate_stored(), deflateCopy(), deflateGetDictionary(), fill_window(), flush_pending(), inflate(), inflateBack(), inflateCopy(), inflateGetDictionary(), read_buf(), and updatewindow().
void ZLIB_INTERNAL zmemzero | ( | Bytef * | dest, |
uInt | len | ||
) |
Definition at line 161 of file zutil.c.
Referenced by fill_window().