Home
last modified time | relevance | path

Searched refs:hashmap_remove_and_replace (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h240 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value);
242 return hashmap_remove_and_replace(PLAIN_HASHMAP(h), old_key, new_key, value); in ordered_hashmap_remove_and_replace()
Dhashmap.c1473 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace() function