Searched refs:kh_value (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_hash.c275 cur = (kh_value (h, k)).obj;
317 elt = &kh_value (h, k);
328 elt = &kh_value (h, k);
357 elt = kh_value (h, k);
360 pelt = &kh_value (h, k);
371 elt = kh_value (h, k);
374 pelt = &kh_value (h, k);
457 elt = &kh_value (h, k);
466 elt = &kh_value (h, k);
491 elt = &kh_value (
[all...]
/freebsd-12-stable/contrib/libucl/klib/
H A Dkhash.h36 kh_value(h, k) = 10;
42 if (kh_exist(h, k)) kh_value(h, k) = 1;
521 #define kh_value(h, x) ((h)->vals[x]) macro

Completed in 43 milliseconds