Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h192 htmlCtxtReset (htmlParserCtxtPtr ctxt);
/external/libxml2/
DHTMLparser.c6403 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset() function
6781 htmlCtxtReset(ctxt); in htmlCtxtReadDoc()
6814 htmlCtxtReset(ctxt); in htmlCtxtReadFile()
6850 htmlCtxtReset(ctxt); in htmlCtxtReadMemory()
6892 htmlCtxtReset(ctxt); in htmlCtxtReadFd()
6936 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