Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-hashmap-plain.c371 TEST(hashmap_remove_and_replace) { in TEST() argument
/systemd-251/src/basic/
Dhashmap.c1491 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace() function