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

/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_generate.c150 cur = ucl_object_fromstring_common ("1mb", 0, UCL_STRING_ESCAPE | UCL_STRING_PARSE);
152 cur = ucl_object_fromstring_common ("3.14", 0, UCL_STRING_PARSE);
154 cur = ucl_object_fromstring_common ("true", 0, UCL_STRING_PARSE);
156 cur = ucl_object_fromstring_common (" off ", 0, UCL_STRING_PARSE | UCL_STRING_TRIM);
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h175 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**< enumerator in enum:ucl_string_flags
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c2339 if ((flags & UCL_STRING_PARSE) && dst != NULL) {

Completed in 138 milliseconds