Searched refs:_hashmap_move (Results 1 – 3 of 3) sorted by relevance
241 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()
61 return _hashmap_move(HASHMAP_BASE(s), HASHMAP_BASE(other)); in set_move()
1650 int _hashmap_move(HashmapBase *h, HashmapBase *other) { in _hashmap_move() function