Home
last modified time | relevance | path

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

/third_party/ejdb/src/
Dejdb2.c217 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/
Dkhash.h165 typedef khint_t khiter_t; typedef
/third_party/ejdb/src/util/
Dkhash.h155 typedef khint_t khiter_t; typedef
/third_party/iowow/src/kv/
Diwkv.c454 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()