Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
mz_zip_archive_file_stat Struct Reference

#include <miniz.h>

Public Attributes

mz_uint32 m_file_index
 
mz_uint64 m_central_dir_ofs
 
mz_uint16 m_version_made_by
 
mz_uint16 m_version_needed
 
mz_uint16 m_bit_flag
 
mz_uint16 m_method
 
mz_uint32 m_crc32
 
mz_uint64 m_comp_size
 
mz_uint64 m_uncomp_size
 
mz_uint16 m_internal_attr
 
mz_uint32 m_external_attr
 
mz_uint64 m_local_header_ofs
 
mz_uint32 m_comment_size
 
mz_bool m_is_directory
 
mz_bool m_is_encrypted
 
mz_bool m_is_supported
 
char m_filename [MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]
 
char m_comment [MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]
 
MZ_TIME_T m_time
 

Detailed Description

Definition at line 994 of file miniz.h.

Member Data Documentation

◆ m_bit_flag

◆ m_central_dir_ofs

mz_uint64 mz_zip_archive_file_stat::m_central_dir_ofs

Definition at line 1000 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_comment

char mz_zip_archive_file_stat::m_comment[MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]

Definition at line 1042 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_comment_size

mz_uint32 mz_zip_archive_file_stat::m_comment_size

Definition at line 1025 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_comp_size

◆ m_crc32

◆ m_external_attr

mz_uint32 mz_zip_archive_file_stat::m_external_attr

Definition at line 1019 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_file_index

mz_uint32 mz_zip_archive_file_stat::m_file_index

Definition at line 997 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_filename

char mz_zip_archive_file_stat::m_filename[MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]

◆ m_internal_attr

mz_uint16 mz_zip_archive_file_stat::m_internal_attr

Definition at line 1018 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_is_directory

◆ m_is_encrypted

mz_bool mz_zip_archive_file_stat::m_is_encrypted

Definition at line 1031 of file miniz.h.

Referenced by mz_zip_file_stat_internal(), and mz_zip_validate_file().

◆ m_is_supported

mz_bool mz_zip_archive_file_stat::m_is_supported

◆ m_local_header_ofs

◆ m_method

◆ m_time

MZ_TIME_T mz_zip_archive_file_stat::m_time

Definition at line 1047 of file miniz.h.

Referenced by mz_zip_file_stat_internal(), and mz_zip_reader_extract_to_file().

◆ m_uncomp_size

◆ m_version_made_by

mz_uint16 mz_zip_archive_file_stat::m_version_made_by

Definition at line 1003 of file miniz.h.

Referenced by mz_zip_file_stat_internal().

◆ m_version_needed

mz_uint16 mz_zip_archive_file_stat::m_version_needed

Definition at line 1004 of file miniz.h.

Referenced by mz_zip_file_stat_internal().


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