Searched refs:UCL_PARSER_NO_TIME (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libucl/python/src/
H A Duclmodule.c84 ucl_parser_new (UCL_PARSER_NO_TIME|UCL_PARSER_NO_IMPLICIT_ARRAYS);
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h155 UCL_PARSER_NO_TIME = (1 << 2), /**< Do not parse time and treat time values as strings */ enumerator in enum:ucl_parser_flags
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_parser.c988 true, false, ((parser->flags & UCL_PARSER_NO_TIME) == 0));

Completed in 77 milliseconds