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

/external/libxml2/include/libxml/
H A DHTMLparser.h189 htmlCtxtReset (htmlParserCtxtPtr ctxt);
/external/libxml2/
H A DHTMLparser.c5837 * htmlCtxtReset:
5843 htmlCtxtReset(htmlParserCtxtPtr ctxt) function
6208 htmlCtxtReset(ctxt);
6241 htmlCtxtReset(ctxt);
6277 htmlCtxtReset(ctxt);
6319 htmlCtxtReset(ctxt);
6363 htmlCtxtReset(ctxt);
H A Delfgcchack.h222 #undef htmlCtxtReset macro
223 extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));
225 #ifndef htmlCtxtReset
226 extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));
227 #define htmlCtxtReset htmlCtxtReset__internal_alias macro

Completed in 129 milliseconds