Searched refs:hashmap_replace (Results 1 – 2 of 2) sorted by relevance
191 int hashmap_replace(Hashmap *h, const void *key, void *value);193 return hashmap_replace(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_replace()
1278 int hashmap_replace(Hashmap *h, const void *key, void *value) { in hashmap_replace() function