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

/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h889 UCL_ITERATE_IMPLICIT = 1 << 1, /**< Iterate just implicit arrays */ enumerator in enum:ucl_iterate_type
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c2833 UCL_ITERATE_IMPLICIT);
2858 if (ret == NULL && (type & UCL_ITERATE_IMPLICIT)) {
2870 if (ret == NULL && (type & UCL_ITERATE_IMPLICIT)) {

Completed in 66 milliseconds