Searched refs:hashmap_remove_and_put (Results 1 – 2 of 2) sorted by relevance
235 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value);237 return hashmap_remove_and_put(PLAIN_HASHMAP(h), old_key, new_key, value); in ordered_hashmap_remove_and_put()
1420 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put() function