#include <pkzip.h>
Data Fields | |
zip_magic | z_magic |
unsigned int | z_crc32 |
unsigned int | z_csize |
unsigned int | z_usize |
Definition at line 115 of file pkzip.h.
unsigned int zip_file_trailer::z_crc32 |
Definition at line 118 of file pkzip.h.
Referenced by istream_read_zip_file_trailer().
unsigned int zip_file_trailer::z_csize |
Definition at line 119 of file pkzip.h.
Referenced by istream_read_zip_file_trailer().
Definition at line 117 of file pkzip.h.
Referenced by istream_read_zip_file_trailer().
unsigned int zip_file_trailer::z_usize |
Definition at line 120 of file pkzip.h.
Referenced by istream_read_zip_file_trailer().