Searched refs:iwhmap_get (Results 1 – 5 of 5) sorted by relevance
/third_party/iowow/src/utils/tests/ |
D | iwhmap_test1.c | 66 const char *vp = iwhmap_get(hm, kbuf); in test_basic_crud_str() 80 const char *vp = iwhmap_get(hm, kbuf); in test_basic_crud_str()
|
/third_party/iowow/src/utils/ |
D | iwhmap.c | 338 void* iwhmap_get(IWHMAP *hm, const void *key) { in iwhmap_get() function 499 return iwhmap_get(hm, (void*) (intptr_t) key); in iwhmap_get_u64() 501 return iwhmap_get(hm, &key); in iwhmap_get_u64() 506 return iwhmap_get(hm, (void*) (intptr_t) key); in iwhmap_get_u32()
|
D | iwhmap.h | 86 IW_EXPORT void* iwhmap_get(IWHMAP *hm, const void *key);
|
/third_party/ejdb/src/ |
D | ejdb2.c | 364 jbc = iwhmap_get(db->mcolls, coll); in _jb_coll_acquire_keeplock2() 374 jbc = iwhmap_get(db->mcolls, coll); in _jb_coll_acquire_keeplock2() 1521 jbc = iwhmap_get(db->mcolls, coll); in ejdb_remove_collection() 1592 JBCOLL jbc = iwhmap_get(db->mcolls, coll); in ejdb_rename_collection() 1598 if (iwhmap_get(db->mcolls, new_coll)) { in ejdb_rename_collection()
|
/third_party/ejdb/src/jql/ |
D | jql.c | 1669 nn = iwhmap_get(cache, &ref); in _jql_proj_join_matched()
|