Rizin
unix-like reverse engineering framework and cli tools
zip_hash_entry Struct Reference

Public Attributes

const zip_uint8_tname
 
zip_int64_t orig_index
 
zip_int64_t current_index
 
struct zip_hash_entrynext
 
zip_uint32_t hash_value
 

Detailed Description

Definition at line 50 of file zip_hash.c.

Member Data Documentation

◆ current_index

zip_int64_t zip_hash_entry::current_index

Definition at line 53 of file zip_hash.c.

◆ hash_value

zip_uint32_t zip_hash_entry::hash_value

Definition at line 55 of file zip_hash.c.

◆ name

◆ next

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().

◆ orig_index

zip_int64_t zip_hash_entry::orig_index

Definition at line 52 of file zip_hash.c.


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