Searched refs:iwhmap_remove (Results 1 – 4 of 4) sorted by relevance
70 iwhmap_remove(hm, kbuf); in test_basic_crud_str()84 iwhmap_remove(hm, kbuf); in test_basic_crud_str()
382 bool iwhmap_remove(IWHMAP *hm, const void *key) { in iwhmap_remove() function396 return iwhmap_remove(hm, (void*) (uintptr_t) key); in iwhmap_remove_u64()398 return iwhmap_remove(hm, &key); in iwhmap_remove_u64()403 return iwhmap_remove(hm, (void*) (uintptr_t) key); in iwhmap_remove_u32()
80 IW_EXPORT bool iwhmap_remove(IWHMAP *hm, const void *key);
1544 iwhmap_remove(db->mcolls, coll); in ejdb_remove_collection()