Searched refs:set_remove_and_put (Results 1 – 3 of 3) sorted by relevance
52 int set_remove_and_put(Set *s, const void *old_key, const void *new_key);
1465 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put() function
352 r = set_remove_and_put(u->aliases, name, u->id); in unit_choose_id()