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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_internal.h208 ucl_maybe_parse_boolean (ucl_object_t *obj, const unsigned char *start, size_t len) function
H A Ducl_util.c1014 if (!ucl_maybe_parse_boolean (obj, dst, obj->len) && (flags & UCL_STRING_PARSE_NUMBER)) {
H A Ducl_parser.c1404 else if (!ucl_maybe_parse_boolean (obj, c, str_len)) {

Completed in 42 milliseconds