Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl.h805 UCL_SORT_KEYS_ICASE = (1u << 0u), enumerator
/freebsd/contrib/libucl/src/
H A Ducl_hash.c621 if (fl & UCL_SORT_KEYS_ICASE) { in ucl_hash_sort()