|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <zlib.h>
Public Attributes | |
| z_const Bytef * | next_in |
| uInt | avail_in |
| uLong | total_in |
| Bytef * | next_out |
| uInt | avail_out |
| uLong | total_out |
| z_const char * | msg |
| struct internal_state FAR * | state |
| alloc_func | zalloc |
| free_func | zfree |
| voidpf | opaque |
| int | data_type |
| uLong | adler |
| uLong | reserved |
| uInt z_stream_s::avail_in |
Definition at line 88 of file zlib.h.
Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), unzReadCurrentFile(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| uInt z_stream_s::avail_out |
Definition at line 92 of file zlib.h.
Referenced by compress2(), uncompress2(), unzReadCurrentFile(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| int z_stream_s::data_type |
Definition at line 102 of file zlib.h.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| z_const char* z_stream_s::msg |
Definition at line 95 of file zlib.h.
Referenced by unzReadCurrentFile().
Definition at line 87 of file zlib.h.
Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), unzReadCurrentFile(), and zipWriteInFileInZip().
| Bytef* z_stream_s::next_out |
Definition at line 91 of file zlib.h.
Referenced by compress2(), uncompress2(), unzReadCurrentFile(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| voidpf z_stream_s::opaque |
Definition at line 100 of file zlib.h.
Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().
| struct internal_state FAR* z_stream_s::state |
| uLong z_stream_s::total_in |
Definition at line 89 of file zlib.h.
Referenced by unzReadCurrentFile(), zip64FlushWriteBuffer(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| uLong z_stream_s::total_out |
Definition at line 93 of file zlib.h.
Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), unzReadCurrentFile(), unztell(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| alloc_func z_stream_s::zalloc |
Definition at line 98 of file zlib.h.
Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().
| free_func z_stream_s::zfree |
Definition at line 99 of file zlib.h.
Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().
1.8.8