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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c258 char *escaped_html, *p; local
276 p = escaped_html = mm_malloc(new_size + 1);
277 if (escaped_html == NULL) {
291 return (escaped_html);
3306 char *escaped_html; local
3309 if ((escaped_html = evhttp_htmlescape(req->uri)) == NULL) {
3315 mm_free(escaped_html);
3322 evbuffer_add_printf(buf, ERR_FORMAT, escaped_html);
3324 mm_free(escaped_html);

Completed in 48 milliseconds