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
curfile64_info Struct Reference

Public Attributes

z_stream stream
 
int stream_initialised
 
uInt pos_in_buffered_data
 
ZPOS64_T pos_local_header
 
char * central_header
 
uLong size_centralExtra
 
uLong size_centralheader
 
uLong size_centralExtraFree
 
uLong flag
 
int method
 
int raw
 
Byte buffered_data [Z_BUFSIZE]
 
uLong dosDate
 
uLong crc32
 
int encrypt
 
int zip64
 
ZPOS64_T pos_zip64extrainfo
 
ZPOS64_T totalCompressedData
 
ZPOS64_T totalUncompressedData
 
unsigned long keys [3]
 
const z_crc_tpcrc_32_tab
 
int crypt_header_size
 

Detailed Description

Definition at line 130 of file zip.c.

Member Data Documentation

Byte curfile64_info::buffered_data[Z_BUFSIZE]
char* curfile64_info::central_header

Definition at line 142 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

uLong curfile64_info::crc32

Definition at line 152 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().

int curfile64_info::crypt_header_size

Definition at line 161 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

uLong curfile64_info::dosDate

Definition at line 151 of file zip.c.

Referenced by Write_LocalFileHeader(), and zipOpenNewFileInZip4_64().

int curfile64_info::encrypt

Definition at line 153 of file zip.c.

Referenced by zip64FlushWriteBuffer(), and zipOpenNewFileInZip4_64().

uLong curfile64_info::flag

Definition at line 146 of file zip.c.

Referenced by Write_LocalFileHeader(), and zipOpenNewFileInZip4_64().

unsigned long curfile64_info::keys[3]

Definition at line 159 of file zip.c.

Referenced by zip64FlushWriteBuffer(), and zipOpenNewFileInZip4_64().

int curfile64_info::method
const z_crc_t* curfile64_info::pcrc_32_tab

Definition at line 160 of file zip.c.

Referenced by zip64FlushWriteBuffer(), and zipOpenNewFileInZip4_64().

uInt curfile64_info::pos_in_buffered_data
ZPOS64_T curfile64_info::pos_local_header

Definition at line 140 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

ZPOS64_T curfile64_info::pos_zip64extrainfo

Definition at line 155 of file zip.c.

Referenced by Write_LocalFileHeader(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

int curfile64_info::raw

Definition at line 149 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().

uLong curfile64_info::size_centralExtra

Definition at line 143 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

uLong curfile64_info::size_centralExtraFree

Definition at line 145 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

uLong curfile64_info::size_centralheader

Definition at line 144 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

z_stream curfile64_info::stream
int curfile64_info::stream_initialised

Definition at line 137 of file zip.c.

Referenced by zipCloseFileInZipRaw64(), zipOpen3(), and zipOpenNewFileInZip4_64().

ZPOS64_T curfile64_info::totalCompressedData

Definition at line 156 of file zip.c.

Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

ZPOS64_T curfile64_info::totalUncompressedData

Definition at line 157 of file zip.c.

Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

int curfile64_info::zip64

Definition at line 154 of file zip.c.

Referenced by Write_LocalFileHeader(), and zipOpenNewFileInZip4_64().


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