Searched refs:_hashmap_remove (Results 1 – 3 of 3) sorted by relevance
195 void* _hashmap_remove(HashmapBase *h, const void *key);197 return _hashmap_remove(HASHMAP_BASE(h), key); in hashmap_remove()200 return _hashmap_remove(HASHMAP_BASE(h), key); in ordered_hashmap_remove()
47 return _hashmap_remove(HASHMAP_BASE(s), key); in set_remove()
1389 void* _hashmap_remove(HashmapBase *h, const void *key) { in _hashmap_remove() function