Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
zip64_internal Struct Reference

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_writting_offset
 
ZPOS64_T number_entry
 
char * globalcomment
 

Detailed Description

Definition at line 165 of file zip.c.

Member Data Documentation

◆ add_position_when_writting_offset

ZPOS64_T zip64_internal::add_position_when_writting_offset

Definition at line 174 of file zip.c.

◆ begin_pos

ZPOS64_T zip64_internal::begin_pos

Definition at line 173 of file zip.c.

◆ central_dir

linkedlist_data zip64_internal::central_dir

Definition at line 169 of file zip.c.

◆ ci

curfile64_info zip64_internal::ci

Definition at line 171 of file zip.c.

◆ filestream

voidpf zip64_internal::filestream

Definition at line 168 of file zip.c.

◆ globalcomment

char* zip64_internal::globalcomment

Definition at line 178 of file zip.c.

◆ in_opened_file_inzip

int zip64_internal::in_opened_file_inzip

Definition at line 170 of file zip.c.

◆ number_entry

ZPOS64_T zip64_internal::number_entry

Definition at line 175 of file zip.c.

◆ z_filefunc

zlib_filefunc64_32_def zip64_internal::z_filefunc

Definition at line 167 of file zip.c.


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