Searched refs:ordered_hashmap_move_one (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dhashmap.h232 static inline int ordered_hashmap_move_one(OrderedHashmap *h, OrderedHashmap *other, const void *key) { function
/systemd/src/shared/
H A Dinstall.c1426 q = ordered_hashmap_move_one(c->have_processed, c->will_process, i->name);
1475 r = ordered_hashmap_move_one(c->have_processed, c->will_process, i->name);

Completed in 17 milliseconds