Searched refs:need_unescape (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_parser.c | 573 bool need_unescape, bool need_lowercase, bool need_expand, in ucl_copy_or_store_ptr() argument 579 if (need_unescape || need_lowercase || in ucl_copy_or_store_ptr() 596 if (need_unescape) { in ucl_copy_or_store_ptr() 1016 bool *need_unescape, in ucl_lex_json_string() argument 1068 *need_unescape = true; in ucl_lex_json_string() 1100 struct ucl_chunk *chunk, bool *need_unescape) in ucl_lex_squoted_string() argument 1120 *need_unescape = true; in ucl_lex_squoted_string() 1297 need_unescape = false, ucl_escape = false, var_expand = false, in ucl_parse_key() local 1379 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) { in ucl_parse_key() 1479 &key, end - c, need_unescape, parser->flags & UCL_PARSER_KEY_LOWERCASE, in ucl_parse_key() [all …]
|