Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_parser.c314 ucl_check_variable_safe (struct ucl_parser *parser, const char *ptr, size_t remain, in ucl_check_variable_safe() function
382 ret = ucl_check_variable_safe (parser, ptr + 1, p - ptr - 1, in ucl_check_variable()
401 ret = ucl_check_variable_safe (parser, ptr, remain, out_len, false, &found); in ucl_check_variable()