Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
Public Attributes | |
zip_extra_field_t * | next |
zip_flags_t | flags |
zip_uint16_t | id |
zip_uint16_t | size |
zip_uint8_t * | data |
zip_uint8_t* zip_extra_field::data |
Definition at line 372 of file zipint.h.
Referenced by _zip_ef_merge(), and test_group_name.GroupTest::run().
zip_flags_t zip_extra_field::flags |
Definition at line 369 of file zipint.h.
Referenced by cmd_descs_generate.Arg::__str__(), and _zip_ef_merge().
zip_uint16_t zip_extra_field::id |
Definition at line 370 of file zipint.h.
Referenced by _zip_ef_merge(), and capstone.CsInsn::insn_name().
zip_extra_field_t* zip_extra_field::next |
Definition at line 368 of file zipint.h.
Referenced by _zip_dirent_write(), _zip_ef_clone(), _zip_ef_delete_by_id(), _zip_ef_merge(), _zip_ef_remove_internal(), and zip_file_extra_field_set().
zip_uint16_t zip_extra_field::size |
Definition at line 371 of file zipint.h.
Referenced by _zip_ef_merge().