Home
last modified time | relevance | path

Searched refs:internal_hashmap_move_one (Results 1 - 3 of 3) sorted by relevance

/third_party/eudev/src/shared/
H A Dhashmap.h268 int internal_hashmap_move_one(HashmapBase *h, HashmapBase *other, const void *key);
270 return internal_hashmap_move_one(HASHMAP_BASE(h), HASHMAP_BASE(other), key); in hashmap_move_one()
273 return internal_hashmap_move_one(HASHMAP_BASE(h), HASHMAP_BASE(other), key); in ordered_hashmap_move_one()
H A Dset.h79 return internal_hashmap_move_one(HASHMAP_BASE(s), HASHMAP_BASE(other), key); in set_move_one()
H A Dhashmap.c1708 int internal_hashmap_move_one(HashmapBase *h, HashmapBase *other, const void *key) { in internal_hashmap_move_one() function

Completed in 5 milliseconds