Searched defs:hashmap_entry (Results 1 – 1 of 1) sorted by relevance
13 struct hashmap_entry { struct14 void *data;15 const void *key;16 struct hashmap_entry *next;17 struct hashmap_entry *list_next;18 struct hashmap_entry *list_prev;