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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c461 * @param need_unescape need to unescape source (and copy it)
470 bool need_unescape, bool need_lowercase, bool need_expand)
475 if (need_unescape || need_lowercase ||
491 if (need_unescape) {
829 struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand)
873 *need_unescape = true;
906 need_unescape = false, ucl_escape = false, var_expand = false, local
983 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) {
1078 &key, end - c, need_unescape, parser->flags & UCL_PARSER_KEY_LOWERCASE, false);
1121 struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape)
467 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
828 ucl_lex_json_string(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand) argument
1120 ucl_parse_string_value(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape) argument
1271 bool need_unescape = false, ucl_escape = false, var_expand = false; local
1521 bool need_unescape = false, ucl_escape = false, var_expand = false; local
[all...]

Completed in 96 milliseconds