Searched refs:need_unescape (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c564 * @param need_unescape need to unescape source (and copy it)
573 bool need_unescape, bool need_lowercase, bool need_expand)
578 if (need_unescape || need_lowercase ||
595 if (need_unescape) {
965 * @param need_unescape
972 struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand)
1021 *need_unescape = true;
1194 need_unescape = false, ucl_escape = false, var_expand = false, local
1276 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) {
1373 &key, end - c, need_unescape, parse
570 ucl_copy_or_store_ptr(struct ucl_parser *parser, const unsigned char *src, unsigned char **dst, const char **dst_const, size_t in_len, bool need_unescape, bool need_lowercase, bool need_expand) argument
971 ucl_lex_json_string(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand) argument
1408 ucl_parse_string_value(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape) argument
1570 bool need_unescape = false, ucl_escape = false, var_expand = false; local
1968 bool need_unescape = false, ucl_escape = false, var_expand = false; local
[all...]

Completed in 45 milliseconds