Searched refs:escape_quotes (Results 1 – 8 of 8) sorted by relevance
110 struct xt_xlate *xl, bool escape_quotes) in nflog_print_xlate() argument114 if (escape_quotes) in nflog_print_xlate()133 nflog_print_xlate(info, xl, params->escape_quotes); in NFLOG_xlate()
53 if (params->escape_quotes) in helper_xlate()
58 if (params->escape_quotes) in comment_xlate()
194 if (params->escape_quotes) in LOG_xlate()
214 bool escape_quotes; member221 bool escape_quotes; member
73 .escape_quotes = !cs->restore, in xlate_action()100 .escape_quotes = !cs->restore, in xlate_matches()
388 def escape_quotes(text): function