Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.h191 int hashmap_replace(Hashmap *h, const void *key, void *value);
193 return hashmap_replace(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_replace()
Dhashmap.c1278 int hashmap_replace(Hashmap *h, const void *key, void *value) { in hashmap_replace() function