TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
linkedlist_datablock_internal_s Struct Reference

Public Attributes

struct linkedlist_datablock_internal_snext_datablock
 
uLong avail_in_this_block
 
uLong filled_in_this_block
 
uLong unused
 
unsigned char data [SIZEDATA_INDATABLOCK]
 

Detailed Description

Definition at line 114 of file zip.c.

Member Data Documentation

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().

uLong linkedlist_datablock_internal_s::unused

Definition at line 119 of file zip.c.


The documentation for this struct was generated from the following file: