Searched refs:khiter_t (Results 1 – 4 of 4) sorted by relevance
/third_party/ejdb/src/ |
D | ejdb2.c | 217 khiter_t k = kh_put(JBCOLLM, jbc->db->mcolls, jbc->name, &rci); in _jb_coll_init() 355 for (khiter_t k = kh_begin(db->mcolls); k != kh_end(db->mcolls); ++k) { in _jb_db_release() 391 khiter_t 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() 1738 for (khiter_t k = kh_begin(db->mcolls); k != kh_end(db->mcolls); ++k) { in ejdb_get_meta()
|
/third_party/iowow/src/utils/ |
D | khash.h | 165 typedef khint_t khiter_t; typedef
|
/third_party/ejdb/src/util/ |
D | khash.h | 155 typedef khint_t khiter_t; typedef
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 454 khiter_t k = kh_put(DBS, iwkv->dbs, db->id, &rci); in _db_load_chain() 547 khiter_t k = kh_get(DBS, iwkv->dbs, db->id); in _db_destroy_lw() 653 khiter_t k = kh_put(DBS, iwkv->dbs, db->id, &rci); in _db_create_lw() 3679 khiter_t ki = kh_get(DBS, iwkv->dbs, dbid); in iwkv_db() 3725 for (khiter_t k = kh_begin(iwkv->dbs); k != kh_end(iwkv->dbs); ++k) { in iwkv_new_db()
|