hashmap_remove_and_put  146 src/shared/hashmap.h int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value);
hashmap_remove_and_put  148 src/shared/hashmap.h         return hashmap_remove_and_put((Hashmap*) h, old_key, new_key, value);
hashmap_remove_and_put  113 src/shared/set.c         return hashmap_remove_and_put(MAKE_HASHMAP(s), old_value, new_value, new_value);