Searched refs:ucl_lex_json_string (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_parser.c | 1088 ucl_lex_json_string(struct ucl_parser *parser, in ucl_lex_json_string() function 1460 if (!ucl_lex_json_string(parser, chunk, &need_unescape, &ucl_escape, &var_expand)) { in ucl_parse_key() 1780 if (!ucl_lex_json_string(parser, chunk, &need_unescape, &ucl_escape, in ucl_parse_value() 2268 if (!ucl_lex_json_string(parser, chunk, &need_unescape, &ucl_escape, &var_expand)) { in ucl_parse_macro_value()
|