Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
const zip_uint8_t * | name |
zip_int64_t | orig_index |
zip_int64_t | current_index |
struct zip_hash_entry * | next |
zip_uint32_t | hash_value |
Definition at line 50 of file zip_hash.c.
zip_int64_t zip_hash_entry::current_index |
Definition at line 53 of file zip_hash.c.
zip_uint32_t zip_hash_entry::hash_value |
Definition at line 55 of file zip_hash.c.
const zip_uint8_t* zip_hash_entry::name |
Definition at line 51 of file zip_hash.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
struct zip_hash_entry* zip_hash_entry::next |
Definition at line 54 of file zip_hash.c.
Referenced by _zip_hash_delete(), and _zip_hash_revert().
zip_int64_t zip_hash_entry::orig_index |
Definition at line 52 of file zip_hash.c.