Searched defs:escaped_html (Results 1 - 1 of 1) sorted by relevance

/external/libevent/
H A Dhttp.c261 char *escaped_html, *p; local
279 p = escaped_html = mm_malloc(new_size + 1);
280 if (escaped_html == NULL) {
294 return (escaped_html);
3455 char *escaped_html; local
3458 if ((escaped_html = evhttp_htmlescape(req->uri)) == NULL) {
3464 mm_free(escaped_html);
3471 evbuffer_add_printf(buf, ERR_FORMAT, escaped_html);
3473 mm_free(escaped_html);

Completed in 82 milliseconds