Home
last modified time | relevance | path

Searched refs:html_replace (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
Dhttp.c244 html_replace(char ch, char *buf) in html_replace() function
283 new_size += strlen(html_replace(html[i], scratch_space)); in evhttp_htmlescape()
289 const char *replaced = html_replace(html[i], scratch_space); in evhttp_htmlescape()