Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Dkhash.h501 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) macro
562 if (!kh_exist(h,__i)) continue; \
576 if (!kh_exist(h,__i)) continue; \
/third_party/ejdb/src/util/
Dkhash.h491 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) macro
552 if (!kh_exist(h,__i)) continue; \
566 if (!kh_exist(h,__i)) continue; \
/third_party/ejdb/src/
Dejdb2.c356 if (!kh_exist(db->mcolls, k)) { in _jb_db_release()
1739 if (!kh_exist(db->mcolls, k)) { in ejdb_get_meta()
/third_party/iowow/src/kv/
Diwkv.c3726 if (!kh_exist(iwkv->dbs, k)) continue; in iwkv_new_db()