Searched refs:metadb (Results 1 – 2 of 2) sorted by relevance
/third_party/ejdb/src/ |
D | ejdb2.c | 121 rc = iwkv_cursor_open(jbc->db->metadb, &cur, IWKV_CURSOR_GE, &kval); in _jb_coll_load_indexes_lr() 301 if (!db->metadb) { in _jb_db_meta_load() 302 rc = iwkv_db(db->iwkv, METADB_ID, 0, &db->metadb); in _jb_db_meta_load() 311 rc = iwkv_cursor_open(db->metadb, &cur, IWKV_CURSOR_BEFORE_FIRST, 0); in _jb_db_meta_load() 450 rc = iwkv_put(db->metadb, &key, &val, IWKV_SYNC); in _jb_coll_acquire_keeplock2() 457 iwkv_del(db->metadb, &key, IWKV_SYNC); in _jb_coll_acquire_keeplock2() 1131 rc = iwkv_del(db->metadb, &key, 0); in ejdb_remove_index() 1239 rc = iwkv_put(db->metadb, &key, &val, 0); in ejdb_ensure_index() 1580 rc = iwkv_del(jbc->db->metadb, &key, IWKV_SYNC); in ejdb_remove_collection() 1588 rc = iwkv_del(jbc->db->metadb, &key, 0); in ejdb_remove_collection() [all …]
|
D | ejdb2_internal.h | 127 IWDB metadb; member
|