UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
file_in_zip_read_info_s Struct Reference

Data Fields

char * read_buffer
 
z_stream stream
 
uLong pos_in_zipfile
 
uLong stream_initialised
 
uLong offset_local_extrafield
 
uInt size_local_extrafield
 
uLong pos_local_extrafield
 
uLong crc32
 
uLong crc32_wait
 
uLong rest_read_compressed
 
uLong rest_read_uncompressed
 
zlib_filefunc_def z_filefunc
 
voidpf filestream
 
uLong compression_method
 
uLong byte_before_the_zipfile
 
int raw
 

Detailed Description

Definition at line 96 of file unzip.cpp.

Field Documentation

uLong file_in_zip_read_info_s::byte_before_the_zipfile

Definition at line 115 of file unzip.cpp.

Referenced by unzOpenCurrentFile3(), and unzReadCurrentFile().

uLong file_in_zip_read_info_s::compression_method

Definition at line 114 of file unzip.cpp.

Referenced by unzOpenCurrentFile3(), and unzReadCurrentFile().

uLong file_in_zip_read_info_s::crc32

Definition at line 108 of file unzip.cpp.

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

uLong file_in_zip_read_info_s::crc32_wait

Definition at line 109 of file unzip.cpp.

Referenced by unzCloseCurrentFile(), and unzOpenCurrentFile3().

voidpf file_in_zip_read_info_s::filestream

Definition at line 113 of file unzip.cpp.

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

uLong file_in_zip_read_info_s::offset_local_extrafield

Definition at line 104 of file unzip.cpp.

Referenced by unzGetLocalExtrafield(), and unzOpenCurrentFile3().

uLong file_in_zip_read_info_s::pos_in_zipfile

Definition at line 101 of file unzip.cpp.

Referenced by unzOpenCurrentFile3(), and unzReadCurrentFile().

uLong file_in_zip_read_info_s::pos_local_extrafield

Definition at line 106 of file unzip.cpp.

Referenced by unzGetLocalExtrafield(), and unzOpenCurrentFile3().

int file_in_zip_read_info_s::raw

Definition at line 116 of file unzip.cpp.

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

char* file_in_zip_read_info_s::read_buffer

Definition at line 98 of file unzip.cpp.

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

uLong file_in_zip_read_info_s::rest_read_compressed

Definition at line 110 of file unzip.cpp.

Referenced by unzOpenCurrentFile3(), and unzReadCurrentFile().

uLong file_in_zip_read_info_s::rest_read_uncompressed

Definition at line 111 of file unzip.cpp.

Referenced by unzCloseCurrentFile(), unzeof(), unzOpenCurrentFile3(), and unzReadCurrentFile().

uInt file_in_zip_read_info_s::size_local_extrafield

Definition at line 105 of file unzip.cpp.

Referenced by unzGetLocalExtrafield(), and unzOpenCurrentFile3().

z_stream file_in_zip_read_info_s::stream

Definition at line 99 of file unzip.cpp.

Referenced by unzCloseCurrentFile(), unzOpenCurrentFile3(), unzReadCurrentFile(), and unztell().

uLong file_in_zip_read_info_s::stream_initialised

Definition at line 102 of file unzip.cpp.

Referenced by unzCloseCurrentFile(), and unzOpenCurrentFile3().

zlib_filefunc_def file_in_zip_read_info_s::z_filefunc

Definition at line 112 of file unzip.cpp.

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


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