Lines Matching refs:need_unescape

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()
1516 struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape) in ucl_parse_string_value() argument
1558 *need_unescape = true; in ucl_parse_string_value()
1677 bool need_unescape = false, ucl_escape = false, var_expand = false; in ucl_parse_value() local
1699 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, in ucl_parse_value()
1713 &obj->value.sv, str_len, need_unescape, false, in ucl_parse_value()
1726 if (!ucl_lex_squoted_string (parser, chunk, &need_unescape)) { in ucl_parse_value()
1741 &obj->value.sv, str_len, need_unescape, false, in ucl_parse_value()
1868 &need_unescape)) { in ucl_parse_value()
1901 &obj->value.sv, str_len, need_unescape, in ucl_parse_value()
2148 bool need_unescape = false, ucl_escape = false, var_expand = false; in ucl_parse_macro_value() local
2157 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) { in ucl_parse_macro_value()