Home | History | Annotate | Download | only in libevent

Lines Matching full:escaped

224 html_replace(const char ch, const char **escaped)
228 *escaped = "<";
231 *escaped = ">";
234 *escaped = """;
237 *escaped = "'";
240 *escaped = "&";