NetSurf
|
Hashmaps have chains of entries in buckets. More...
Data Fields | |
struct hashmap_entry_s ** | prevptr |
struct hashmap_entry_s * | next |
void * | key |
void * | value |
uint32_t | key_hash |
void* hashmap_entry_s::key |
Definition at line 35 of file hashmap.c.
Referenced by hashmap_destroy(), hashmap_insert(), hashmap_lookup(), and hashmap_remove().
uint32_t hashmap_entry_s::key_hash |
Definition at line 37 of file hashmap.c.
Referenced by hashmap_insert(), hashmap_lookup(), and hashmap_remove().
struct hashmap_entry_s* hashmap_entry_s::next |
Definition at line 34 of file hashmap.c.
Referenced by hashmap_destroy(), hashmap_insert(), hashmap_iterate(), hashmap_lookup(), and hashmap_remove().
struct hashmap_entry_s** hashmap_entry_s::prevptr |
Definition at line 33 of file hashmap.c.
Referenced by hashmap_insert(), and hashmap_remove().
void* hashmap_entry_s::value |
Definition at line 36 of file hashmap.c.
Referenced by hashmap_destroy(), hashmap_insert(), hashmap_lookup(), and hashmap_remove().