libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
zip_entry_t Struct Reference
Collaboration diagram for zip_entry_t:
Collaboration graph
[legend]

Data Fields

ssize_t index
 
char * name
 
mz_uint64 uncomp_size
 
mz_uint64 comp_size
 
mz_uint32 uncomp_crc32
 
mz_uint64 dir_offset
 
mz_uint8 header [MZ_ZIP_LOCAL_DIR_HEADER_SIZE]
 
mz_uint64 header_offset
 
mz_uint16 method
 
mz_zip_writer_add_state state
 
tdefl_compressor comp
 
mz_uint32 external_attr
 
time_t m_time
 

Detailed Description

Definition at line 82 of file zip.c.

Field Documentation

◆ comp

Definition at line 93 of file zip.c.

◆ comp_size

mz_uint64 comp_size

Definition at line 86 of file zip.c.

◆ dir_offset

mz_uint64 dir_offset

Definition at line 88 of file zip.c.

◆ external_attr

mz_uint32 external_attr

Definition at line 94 of file zip.c.

◆ header

mz_uint8 header[MZ_ZIP_LOCAL_DIR_HEADER_SIZE]

Definition at line 89 of file zip.c.

◆ header_offset

mz_uint64 header_offset

Definition at line 90 of file zip.c.

◆ index

ssize_t index

Definition at line 83 of file zip.c.

◆ m_time

time_t m_time

Definition at line 95 of file zip.c.

◆ method

mz_uint16 method

Definition at line 91 of file zip.c.

◆ name

char* name

Definition at line 84 of file zip.c.

◆ state

Definition at line 92 of file zip.c.

◆ uncomp_crc32

mz_uint32 uncomp_crc32

Definition at line 87 of file zip.c.

◆ uncomp_size

mz_uint64 uncomp_size

Definition at line 85 of file zip.c.


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