Home
last modified time | relevance | path

Searched refs:hashmap_remove2 (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/test/
Dtest-hashmap-plain.c276 TEST(hashmap_remove2) { in TEST() argument
284 r = hashmap_remove2(NULL, "key 1", &r2); in TEST()
290 r = hashmap_remove2(m, "no such key", &r2); in TEST()
296 r = hashmap_remove2(m, key1, &r2); in TEST()
/systemd-251/src/basic/
Dhashmap.h203 void* hashmap_remove2(Hashmap *h, const void *key, void **rkey);
205 return hashmap_remove2(PLAIN_HASHMAP(h), key, rkey); in ordered_hashmap_remove2()
Dhashmap.c1409 void* hashmap_remove2(Hashmap *h, const void *key, void **rkey) { in hashmap_remove2() function
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c2062 old_value = hashmap_remove2(device->sysattr_values, key, (void **) &new_key); in device_cache_sysattr_value()
2178 free(hashmap_remove2(device->sysattr_values, _key, (void **) &key)); in device_remove_cached_sysattr_value()
/systemd-251/src/network/
Dnetworkd-dhcp-prefix-delegation.c84 hashmap_remove2(link->manager->links_by_dhcp_pd_subnet_prefix, prefix, &key); in link_remove_dhcp_pd_subnet_prefix()
/systemd-251/src/udev/
Dudevd.c1320 old_val = hashmap_remove2(manager->properties, key, (void **) &old_key); in on_ctrl_msg()