Home
last modified time | relevance | path

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

/third_party/ejdb/src/
Dejdb2.c391 khiter_t k = kh_get(JBCOLLM, db->mcolls, coll); in _jb_coll_acquire_keeplock2()
407 k = kh_get(JBCOLLM, db->mcolls, coll); in _jb_coll_acquire_keeplock2()
1573 khiter_t k = kh_get(JBCOLLM, db->mcolls, coll); in ejdb_remove_collection()
1645 khiter_t k = kh_get(JBCOLLM, db->mcolls, coll); in ejdb_rename_collection()
1650 khiter_t k2 = kh_get(JBCOLLM, db->mcolls, new_coll); in ejdb_rename_collection()
/third_party/iowow/src/utils/
Dkhash.h485 #define kh_get(name, h, k) kh_get_##name(h, k) macro
/third_party/ejdb/src/util/
Dkhash.h475 #define kh_get(name, h, k) kh_get_##name(h, k) macro
/third_party/iowow/src/kv/
Diwkv.c547 khiter_t k = kh_get(DBS, iwkv->dbs, db->id); in _db_destroy_lw()
3679 khiter_t ki = kh_get(DBS, iwkv->dbs, dbid); in iwkv_db()
3697 ki = kh_get(DBS, iwkv->dbs, dbid); in iwkv_db()