Searched refs:hashmap_get (Results 1 – 2 of 2) sorted by relevance
75 void *hashmap_get(const struct hashmap *map, const void *key, const void *keydata);88 return hashmap_get(map, &key, keydata); in hashmap_get_from_hash()
168 void *hashmap_get(const struct hashmap *map, const void *key, const void *keydata) in hashmap_get() function275 e = hashmap_get(&map, &key, data); in memintern()