SimCenterCommon
Common functionality used within different SimCenter projects
unz_s Struct Reference
Collaboration diagram for unz_s:

Public Attributes

zlib_filefunc_def z_filefunc
 
voidpf filestream
 
unz_global_info gi
 
uLong byte_before_the_zipfile
 
uLong num_file
 
uLong pos_in_central_dir
 
uLong current_file_ok
 
uLong central_pos
 
uLong size_central_dir
 
uLong offset_central_dir
 
unz_file_info cur_file_info
 
unz_file_info_internal cur_file_info_internal
 
file_in_zip_read_info_spfile_in_zip_read
 
int encrypted
 
unsigned long keys [3]
 
const unsigned longpcrc_32_tab
 

Detailed Description

Definition at line 128 of file unzip.c.

Member Data Documentation

uLong unz_s::byte_before_the_zipfile

Definition at line 133 of file unzip.c.

uLong unz_s::central_pos

Definition at line 137 of file unzip.c.

unz_file_info unz_s::cur_file_info

Definition at line 143 of file unzip.c.

unz_file_info_internal unz_s::cur_file_info_internal

Definition at line 144 of file unzip.c.

uLong unz_s::current_file_ok

Definition at line 136 of file unzip.c.

int unz_s::encrypted

Definition at line 147 of file unzip.c.

voidpf unz_s::filestream

Definition at line 131 of file unzip.c.

unz_global_info unz_s::gi

Definition at line 132 of file unzip.c.

unsigned long unz_s::keys[3]

Definition at line 149 of file unzip.c.

uLong unz_s::num_file

Definition at line 134 of file unzip.c.

uLong unz_s::offset_central_dir

Definition at line 140 of file unzip.c.

const unsigned long* unz_s::pcrc_32_tab

Definition at line 150 of file unzip.c.

file_in_zip_read_info_s* unz_s::pfile_in_zip_read

Definition at line 145 of file unzip.c.

uLong unz_s::pos_in_central_dir

Definition at line 135 of file unzip.c.

uLong unz_s::size_central_dir

Definition at line 139 of file unzip.c.

zlib_filefunc_def unz_s::z_filefunc

Definition at line 130 of file unzip.c.


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