Searched refs:kh_get (Results 1 – 4 of 4) sorted by relevance
/third_party/ejdb/src/ |
D | ejdb2.c | 391 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/ |
D | khash.h | 485 #define kh_get(name, h, k) kh_get_##name(h, k) macro
|
/third_party/ejdb/src/util/ |
D | khash.h | 475 #define kh_get(name, h, k) kh_get_##name(h, k) macro
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 547 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()
|