HomeSort by: relevance | last modified time | path
    Searched defs:escaped_html (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
http.c 273 char *escaped_html, *p; local
291 p = escaped_html = mm_malloc(new_size + 1);
292 if (escaped_html == NULL) {
306 return (escaped_html);
3516 char *escaped_html; local
3519 if ((escaped_html = evhttp_htmlescape(req->uri)) == NULL) {
3525 mm_free(escaped_html);
3532 evbuffer_add_printf(buf, ERR_FORMAT, escaped_html);
3534 mm_free(escaped_html);
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 271 char *escaped_html, *p; local
289 p = escaped_html = mm_malloc(new_size + 1);
290 if (escaped_html == NULL) {
304 return (escaped_html);
3514 char *escaped_html; local
3517 if ((escaped_html = evhttp_htmlescape(req->uri)) == NULL) {
3523 mm_free(escaped_html);
3530 evbuffer_add_printf(buf, ERR_FORMAT, escaped_html);
3532 mm_free(escaped_html);

Completed in 28 milliseconds