html              256 opal/mca/event/libevent2022/libevent/http.c evhttp_htmlescape(const char *html)
html              262 opal/mca/event/libevent2022/libevent/http.c 	if (html == NULL)
html              265 opal/mca/event/libevent2022/libevent/http.c 	old_size = strlen(html);
html              268 opal/mca/event/libevent2022/libevent/http.c 		const size_t replace_size = html_replace(html[i], &replaced);
html              285 opal/mca/event/libevent2022/libevent/http.c 		const char *replaced = &html[i];
html              286 opal/mca/event/libevent2022/libevent/http.c 		const size_t len = html_replace(html[i], &replaced);
html              712 opal/mca/event/libevent2022/libevent/include/event2/http.h char *evhttp_htmlescape(const char *html);