Searched defs:new_key (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | hashmap.h | 218 …red_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void *new_key, void *valu… in ordered_hashmap_remove_and_put() 223 …hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const void *new_key, void *valu… in ordered_hashmap_remove_and_replace()
|
D | hashmap.c | 1438 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put() 1465 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put() 1491 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace()
|
/systemd-251/src/resolve/ |
D | resolved-dns-rr.c | 69 DnsResourceKey *new_key; in dns_resource_key_new_append_suffix() local
|
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 101 _cleanup_free_ char *new_key = NULL, *new_value = NULL, *old_key = NULL; in device_add_property_aux() local 2052 _cleanup_free_ char *new_key = NULL; in device_cache_sysattr_value() local
|