Home
last modified time | relevance | path

Searched refs:iwhmap_get (Results 1 – 5 of 5) sorted by relevance

/third_party/iowow/src/utils/tests/
Diwhmap_test1.c66 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/
Diwhmap.c338 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()
Diwhmap.h86 IW_EXPORT void* iwhmap_get(IWHMAP *hm, const void *key);
/third_party/ejdb/src/
Dejdb2.c364 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/
Djql.c1669 nn = iwhmap_get(cache, &ref); in _jql_proj_join_matched()