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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c966 * @param ucl_escape
972 struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand)
1022 *ucl_escape = true;
1030 *ucl_escape = 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)) {
1391 if (ucl_escape) {
1570 bool need_unescape = false, ucl_escape = false, var_expand = false; local
1592 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape,
1968 bool need_unescape = false, ucl_escape local
971 ucl_lex_json_string(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand) argument
[all...]

Completed in 59 milliseconds