ReactOS 0.4.15-dev-7924-g5949c20
unz_file_info_s Struct Reference

#include <unzip.h>

Collaboration diagram for unz_file_info_s:

Public Attributes

uLong version
 
uLong version_needed
 
uLong flag
 
uLong compression_method
 
uLong dosDate
 
uLong crc
 
uLong compressed_size
 
uLong uncompressed_size
 
uLong size_filename
 
uLong size_file_extra
 
uLong size_file_comment
 
uLong disk_num_start
 
uLong internal_fa
 
uLong external_fa
 
tm_unz tmu_date
 

Detailed Description

Definition at line 132 of file unzip.h.

Member Data Documentation

◆ compressed_size

uLong unz_file_info_s::compressed_size

Definition at line 140 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ compression_method

uLong unz_file_info_s::compression_method

Definition at line 137 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ crc

uLong unz_file_info_s::crc

Definition at line 139 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ disk_num_start

uLong unz_file_info_s::disk_num_start

Definition at line 146 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ dosDate

uLong unz_file_info_s::dosDate

Definition at line 138 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ external_fa

uLong unz_file_info_s::external_fa

Definition at line 148 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ flag

uLong unz_file_info_s::flag

Definition at line 136 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ internal_fa

uLong unz_file_info_s::internal_fa

Definition at line 147 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ size_file_comment

uLong unz_file_info_s::size_file_comment

Definition at line 144 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ size_file_extra

uLong unz_file_info_s::size_file_extra

Definition at line 143 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ size_filename

uLong unz_file_info_s::size_filename

Definition at line 142 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ tmu_date

tm_unz unz_file_info_s::tmu_date

Definition at line 150 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ uncompressed_size

uLong unz_file_info_s::uncompressed_size

Definition at line 141 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ version

uLong unz_file_info_s::version

Definition at line 134 of file unzip.h.

Referenced by unzGetCurrentFileInfo().

◆ version_needed

uLong unz_file_info_s::version_needed

Definition at line 135 of file unzip.h.

Referenced by unzGetCurrentFileInfo().


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