Searched refs:UCL_SORT_KEYS_ICASE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libucl/include/ | ||
H A D | ucl.h | 805 UCL_SORT_KEYS_ICASE = (1u << 0u), enumerator |
/freebsd/contrib/libucl/src/ | ||
H A D | ucl_hash.c | 621 if (fl & UCL_SORT_KEYS_ICASE) { in ucl_hash_sort() |