Searched refs:hashmap_update (Results 1 – 2 of 2) sorted by relevance
186 int hashmap_update(Hashmap *h, const void *key, void *value);188 return hashmap_update(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_update()
1310 int hashmap_update(Hashmap *h, const void *key, void *value) { in hashmap_update() function