Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
Public Attributes | |
zip_dirent_t * | orig |
zip_dirent_t * | changes |
zip_source_t * | source |
bool | deleted |
zip_dirent_t* zip_entry::changes |
Definition at line 410 of file zipint.h.
Referenced by _zip_file_replace(), _zip_get_dirent(), _zip_unchange(), _zip_unchange_data(), zip_file_extra_field_delete(), zip_file_extra_field_delete_by_id(), and zip_file_extra_field_set().
bool zip_entry::deleted |
Definition at line 412 of file zipint.h.
Referenced by _zip_changed(), _zip_get_dirent(), _zip_source_zip_new(), _zip_unchange(), _zip_unchange_data(), zip_close(), and zip_delete().
zip_dirent_t* zip_entry::orig |
Definition at line 409 of file zipint.h.
Referenced by _zip_file_get_end(), _zip_file_get_offset(), _zip_file_replace(), _zip_get_dirent(), _zip_open(), _zip_unchange(), zip_close(), and zip_get_num_entries().
zip_source_t* zip_entry::source |
Definition at line 411 of file zipint.h.
Referenced by _zip_file_replace(), and _zip_unchange_data().