tesseract  4.00.00dev
zip_internal Struct Reference

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

◆ add_position_when_writting_offset

uLong zip_internal::add_position_when_writting_offset

Definition at line 147 of file zip.c.

◆ begin_pos

uLong zip_internal::begin_pos

Definition at line 146 of file zip.c.

◆ central_dir

linkedlist_data zip_internal::central_dir

Definition at line 142 of file zip.c.

◆ ci

curfile_info zip_internal::ci

Definition at line 144 of file zip.c.

◆ filestream

voidpf zip_internal::filestream

Definition at line 141 of file zip.c.

◆ globalcomment

char* zip_internal::globalcomment

Definition at line 150 of file zip.c.

◆ in_opened_file_inzip

int zip_internal::in_opened_file_inzip

Definition at line 143 of file zip.c.

◆ number_entry

uLong zip_internal::number_entry

Definition at line 148 of file zip.c.

◆ z_filefunc

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: