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

Public Attributes

zlib_filefunc64_32_def z_filefunc
 
int is64bitOpenFunction
 
voidpf filestream
 
unz_global_info64 gi
 
ZPOS64_T byte_before_the_zipfile
 
ZPOS64_T num_file
 
ZPOS64_T pos_in_central_dir
 
ZPOS64_T current_file_ok
 
ZPOS64_T central_pos
 
ZPOS64_T size_central_dir
 
ZPOS64_T offset_central_dir
 
unz_file_info64 cur_file_info
 
unz_file_info64_internal cur_file_info_internal
 
file_in_zip64_read_info_spfile_in_zip_read
 
int encrypted
 
int isZip64
 

Detailed Description

Definition at line 165 of file unzip.c.

Member Data Documentation

ZPOS64_T unz64_s::byte_before_the_zipfile
ZPOS64_T unz64_s::central_pos

Definition at line 175 of file unzip.c.

Referenced by unzGetGlobalComment(), and unzOpenInternal().

unz_file_info64 unz64_s::cur_file_info
unz_file_info64_internal unz64_s::cur_file_info_internal
ZPOS64_T unz64_s::current_file_ok
int unz64_s::encrypted

Definition at line 185 of file unzip.c.

Referenced by unzOpenCurrentFile3(), unzOpenInternal(), and unzReadCurrentFile().

voidpf unz64_s::filestream
unz_global_info64 unz64_s::gi
int unz64_s::is64bitOpenFunction

Definition at line 168 of file unzip.c.

Referenced by unzOpenInternal().

int unz64_s::isZip64

Definition at line 187 of file unzip.c.

Referenced by unzOpenInternal().

ZPOS64_T unz64_s::num_file
ZPOS64_T unz64_s::offset_central_dir

Definition at line 178 of file unzip.c.

Referenced by unzGoToFirstFile(), and unzOpenInternal().

file_in_zip64_read_info_s* unz64_s::pfile_in_zip_read
ZPOS64_T unz64_s::pos_in_central_dir
ZPOS64_T unz64_s::size_central_dir

Definition at line 177 of file unzip.c.

Referenced by unzOpenInternal().

zlib_filefunc64_32_def unz64_s::z_filefunc

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