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

/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h172 UCL_STRING_PARSE_TIME = (1 << 5), /**< Parse time strings */ enumerator in enum:ucl_string_flags
173 UCL_STRING_PARSE_NUMBER = UCL_STRING_PARSE_INT|UCL_STRING_PARSE_DOUBLE|UCL_STRING_PARSE_TIME, /**<
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c2346 flags & UCL_STRING_PARSE_TIME);
2353 flags & UCL_STRING_PARSE_TIME);

Completed in 63 milliseconds