Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.h241 int _hashmap_move(HashmapBase *h, HashmapBase *other);
244 return _hashmap_move(HASHMAP_BASE(h), HASHMAP_BASE(other)); in hashmap_move()
247 return _hashmap_move(HASHMAP_BASE(h), HASHMAP_BASE(other)); in ordered_hashmap_move()
Dset.h61 return _hashmap_move(HASHMAP_BASE(s), HASHMAP_BASE(other)); in set_move()
Dhashmap.c1650 int _hashmap_move(HashmapBase *h, HashmapBase *other) { in _hashmap_move() function