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

Public Attributes

zlib_filefunc_def z_filefunc
 
voidpf filestream
 
linkedlist_data central_dir
 
int in_opened_file_inzip
 
curfile_info ci
 
uLong begin_pos
 
uLong add_position_when_writting_offset
 
uLong number_entry
 
char * globalcomment
 

Detailed Description

Definition at line 138 of file zip.c.

Member Data Documentation

uLong zip_internal::add_position_when_writting_offset

Definition at line 147 of file zip.c.

uLong zip_internal::begin_pos

Definition at line 146 of file zip.c.

linkedlist_data zip_internal::central_dir

Definition at line 142 of file zip.c.

curfile_info zip_internal::ci

Definition at line 144 of file zip.c.

voidpf zip_internal::filestream

Definition at line 141 of file zip.c.

char* zip_internal::globalcomment

Definition at line 150 of file zip.c.

int zip_internal::in_opened_file_inzip

Definition at line 143 of file zip.c.

uLong zip_internal::number_entry

Definition at line 148 of file zip.c.

zlib_filefunc_def zip_internal::z_filefunc

Definition at line 140 of file zip.c.


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