|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Public Attributes | |
| struct linkedlist_datablock_internal_s * | next_datablock |
| uLong | avail_in_this_block |
| uLong | filled_in_this_block |
| uLong | unused |
| unsigned char | data [SIZEDATA_INDATABLOCK] |
| uLong linkedlist_datablock_internal_s::avail_in_this_block |
Definition at line 117 of file zip.c.
Referenced by add_data_in_datablock(), and allocate_new_datablock().
| unsigned char linkedlist_datablock_internal_s::data[SIZEDATA_INDATABLOCK] |
Definition at line 120 of file zip.c.
Referenced by add_data_in_datablock(), and zipClose().
| uLong linkedlist_datablock_internal_s::filled_in_this_block |
Definition at line 118 of file zip.c.
Referenced by add_data_in_datablock(), allocate_new_datablock(), and zipClose().
| struct linkedlist_datablock_internal_s* linkedlist_datablock_internal_s::next_datablock |
Definition at line 116 of file zip.c.
Referenced by add_data_in_datablock(), allocate_new_datablock(), free_datablock(), and zipClose().
1.8.8