Home
last modified time | relevance | path

Searched refs:iwhmap_remove (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/utils/tests/
Diwhmap_test1.c70 iwhmap_remove(hm, kbuf); in test_basic_crud_str()
84 iwhmap_remove(hm, kbuf); in test_basic_crud_str()
/third_party/iowow/src/utils/
Diwhmap.c382 bool iwhmap_remove(IWHMAP *hm, const void *key) { in iwhmap_remove() function
396 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()
Diwhmap.h80 IW_EXPORT bool iwhmap_remove(IWHMAP *hm, const void *key);
/third_party/ejdb/src/
Dejdb2.c1544 iwhmap_remove(db->mcolls, coll); in ejdb_remove_collection()