Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_internal.h401 ucl_maybe_parse_boolean (ucl_object_t *obj, const unsigned char *start, size_t len) in ucl_maybe_parse_boolean() function
H A Ducl_parser.c1897 else if (!ucl_maybe_parse_boolean (obj, c, str_len)) { in ucl_parse_value()
H A Ducl_util.c2342 if (!ucl_maybe_parse_boolean (obj, dst, obj->len) && (flags & UCL_STRING_PARSE_NUMBER)) {