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

/freebsd-9.3-release/contrib/libucl/tests/
H A Dtest_generate.c99 cur = ucl_object_fromstring_common ("1mb", 0, UCL_STRING_ESCAPE | UCL_STRING_PARSE);
101 cur = ucl_object_fromstring_common ("3.14", 0, UCL_STRING_PARSE);
103 cur = ucl_object_fromstring_common ("true", 0, UCL_STRING_PARSE);
105 cur = ucl_object_fromstring_common (" off ", 0, UCL_STRING_PARSE | UCL_STRING_TRIM);
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h155 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**< enumerator in enum:ucl_string_flags
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c1011 if ((flags & UCL_STRING_PARSE) && dst != NULL) {

Completed in 118 milliseconds