ReactOS 0.4.15-dev-7834-g00c4b3d
zip64_internal Struct Reference
Collaboration diagram for zip64_internal:

Public Attributes

zlib_filefunc64_32_def z_filefunc
 
voidpf filestream
 
linkedlist_data central_dir
 
int in_opened_file_inzip
 
curfile64_info ci
 
ZPOS64_T begin_pos
 
ZPOS64_T add_position_when_writing_offset
 
ZPOS64_T number_entry
 
charglobalcomment
 

Detailed Description

Definition at line 165 of file zip.c.

Member Data Documentation

◆ add_position_when_writing_offset

◆ begin_pos

ZPOS64_T zip64_internal::begin_pos

Definition at line 173 of file zip.c.

Referenced by LoadCentralDirectoryRecord(), and zipOpen3().

◆ central_dir

linkedlist_data zip64_internal::central_dir

Definition at line 169 of file zip.c.

Referenced by LoadCentralDirectoryRecord(), zipClose(), zipCloseFileInZipRaw64(), and zipOpen3().

◆ ci

◆ filestream

◆ globalcomment

char* zip64_internal::globalcomment

Definition at line 178 of file zip.c.

Referenced by LoadCentralDirectoryRecord(), zipClose(), and zipOpen3().

◆ in_opened_file_inzip

int zip64_internal::in_opened_file_inzip

◆ number_entry

◆ z_filefunc


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