Searched refs:hashmap_remove2 (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/test/ |
D | test-hashmap-plain.c | 276 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/ |
D | hashmap.h | 203 void* hashmap_remove2(Hashmap *h, const void *key, void **rkey); 205 return hashmap_remove2(PLAIN_HASHMAP(h), key, rkey); in ordered_hashmap_remove2()
|
D | hashmap.c | 1409 void* hashmap_remove2(Hashmap *h, const void *key, void **rkey) { in hashmap_remove2() function
|
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 2062 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/ |
D | networkd-dhcp-prefix-delegation.c | 84 hashmap_remove2(link->manager->links_by_dhcp_pd_subnet_prefix, prefix, &key); in link_remove_dhcp_pd_subnet_prefix()
|
/systemd-251/src/udev/ |
D | udevd.c | 1320 old_val = hashmap_remove2(manager->properties, key, (void **) &old_key); in on_ctrl_msg()
|