Home
last modified time | relevance | path

Searched refs:set_remove_and_put (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dset.h52 int set_remove_and_put(Set *s, const void *old_key, const void *new_key);
Dhashmap.c1465 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put() function
/systemd-251/src/core/
Dunit.c352 r = set_remove_and_put(u->aliases, name, u->id); in unit_choose_id()