Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h189 htmlCtxtReset (htmlParserCtxtPtr ctxt);
/external/libxml2/
DHTMLparser.c5843 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset() function
6208 htmlCtxtReset(ctxt); in htmlCtxtReadDoc()
6241 htmlCtxtReset(ctxt); in htmlCtxtReadFile()
6277 htmlCtxtReset(ctxt); in htmlCtxtReadMemory()
6319 htmlCtxtReset(ctxt); in htmlCtxtReadFd()
6363 htmlCtxtReset(ctxt); in htmlCtxtReadIO()
Delfgcchack.h222 #undef htmlCtxtReset
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