Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/klib/
H A Dkhash.h499 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) macro
560 if (!kh_exist(h,__i)) continue; \
574 if (!kh_exist(h,__i)) continue; \
/freebsd/contrib/libucl/src/
H A Ducl_hash.c274 if (kh_exist (h, k)) { in ucl_hash_destroy()