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

/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_parser.c845 struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand)
890 *ucl_escape = true;
898 *ucl_escape = true;
922 need_unescape = false, ucl_escape = false, var_expand = false, local
999 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) {
1119 if (ucl_escape) {
1287 bool need_unescape = false, ucl_escape = false, var_expand = false; local
1309 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) {
1543 bool need_unescape = false, ucl_escape = false, var_expand = false; local
1552 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape,
844 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 40 milliseconds