Searched refs:ucl_maybe_parse_number (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_internal.h | 456 int ucl_maybe_parse_number (ucl_object_t *obj,
|
H A D | ucl_parser.c | 718 ucl_maybe_parse_number (ucl_object_t *obj, in ucl_maybe_parse_number() function 987 ret = ucl_maybe_parse_number (obj, chunk->pos, chunk->end, (const char **)&pos, in ucl_lex_number()
|
H A D | ucl_util.c | 2343 ucl_maybe_parse_number (obj, dst, dst + obj->len, &pos, 2350 ucl_maybe_parse_number (obj, dst, dst + obj->len, &pos,
|