Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
zip_uint16_t zip_dirent::bitflags |
Definition at line 335 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), _zip_file_attributes_from_dirent(), _zip_headercomp(), add_data(), and zip_close().
zip_uint32_t zip_dirent::changed |
Definition at line 327 of file zipint.h.
Referenced by _zip_dirent_clone(), _zip_dirent_finalize(), _zip_dirent_init(), _zip_file_replace(), _zip_unchange(), _zip_unchange_data(), and add_data().
bool zip_dirent::cloned |
Definition at line 329 of file zipint.h.
Referenced by _zip_dirent_clone(), _zip_dirent_finalize(), and _zip_dirent_init().
zip_string_t* zip_dirent::comment |
Definition at line 343 of file zipint.h.
Referenced by _zip_dirent_finalize(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), and zip_file_get_comment().
zip_int32_t zip_dirent::comp_method |
Definition at line 336 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_process_winzip_aes(), _zip_dirent_read(), _zip_dirent_write(), _zip_file_replace(), _zip_headercomp(), _zip_unchange_data(), add_data(), and zip_stat_index().
zip_uint64_t zip_dirent::comp_size |
Definition at line 339 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_needs_zip64(), _zip_dirent_read(), _zip_dirent_write(), _zip_headercomp(), add_data(), write_data_descriptor(), zip_close(), and zip_stat_index().
zip_uint16_t zip_dirent::compression_level |
Definition at line 349 of file zipint.h.
Referenced by _zip_dirent_init(), and add_data().
zip_uint32_t zip_dirent::crc |
Definition at line 338 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), _zip_headercomp(), add_data(), write_data_descriptor(), and zip_stat_index().
bool zip_dirent::crc_valid |
Definition at line 331 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_process_winzip_aes(), and zip_stat_index().
zip_uint32_t zip_dirent::disk_number |
Definition at line 344 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_read(), and _zip_dirent_write().
zip_uint16_t zip_dirent::encryption_method |
Definition at line 350 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_process_winzip_aes(), _zip_dirent_read(), _zip_dirent_write(), add_data(), zip_close(), and zip_stat_index().
zip_uint32_t zip_dirent::ext_attrib |
Definition at line 346 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), _zip_file_attributes_from_dirent(), and zip_file_get_external_attributes().
zip_extra_field_t* zip_dirent::extra_fields |
Definition at line 342 of file zipint.h.
Referenced by _zip_checkcons(), _zip_dirent_finalize(), _zip_dirent_init(), _zip_dirent_process_ef_utf_8(), _zip_dirent_process_winzip_aes(), _zip_dirent_read(), _zip_dirent_write(), zip_file_extra_field_delete(), zip_file_extra_field_delete_by_id(), zip_file_extra_field_get(), zip_file_extra_field_get_by_id(), zip_file_extra_field_set(), zip_file_extra_fields_count(), and zip_file_extra_fields_count_by_id().
zip_string_t* zip_dirent::filename |
Definition at line 341 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_finalize(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), _zip_get_name(), _zip_headercomp(), and _zip_open().
zip_uint16_t zip_dirent::int_attrib |
Definition at line 345 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), and _zip_file_attributes_from_dirent().
time_t zip_dirent::last_mod |
Definition at line 337 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), _zip_headercomp(), add_data(), and zip_stat_index().
bool zip_dirent::local_extra_fields_read |
Definition at line 328 of file zipint.h.
Referenced by _zip_dirent_init(), and _zip_dirent_read().
zip_uint64_t zip_dirent::offset |
Definition at line 347 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_needs_zip64(), _zip_dirent_read(), _zip_dirent_write(), _zip_file_get_offset(), and zip_close().
char* zip_dirent::password |
Definition at line 351 of file zipint.h.
Referenced by _zip_dirent_finalize(), _zip_dirent_init(), and add_data().
zip_uint64_t zip_dirent::uncomp_size |
Definition at line 340 of file zipint.h.
Referenced by _zip_dirent_init(), _zip_dirent_needs_zip64(), _zip_dirent_read(), _zip_dirent_write(), _zip_headercomp(), add_data(), write_data_descriptor(), and zip_stat_index().
zip_uint16_t zip_dirent::version_madeby |
Definition at line 333 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), _zip_file_attributes_from_dirent(), and zip_file_get_external_attributes().
zip_uint16_t zip_dirent::version_needed |
Definition at line 334 of file zipint.h.
Referenced by _zip_dirent_apply_attributes(), _zip_dirent_init(), _zip_dirent_read(), _zip_dirent_write(), and _zip_headercomp().