Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h1114 xmlCtxtReset (xmlParserCtxtPtr ctxt);
/external/libxml2/
Dparser.c14258 xmlCtxtReset(xmlParserCtxtPtr ctxt) in xmlCtxtReset() function
14384 xmlCtxtReset(ctxt); in xmlCtxtResetPush()
14836 xmlCtxtReset(ctxt); in xmlCtxtReadDoc()
14869 xmlCtxtReset(ctxt); in xmlCtxtReadFile()
14905 xmlCtxtReset(ctxt); in xmlCtxtReadMemory()
14949 xmlCtxtReset(ctxt); in xmlCtxtReadFd()
14994 xmlCtxtReset(ctxt); in xmlCtxtReadIO()
DparserInternals.c1895 xmlCtxtReset(ctxt); in xmlClearParserCtxt()
Dxmlreader.c5028 xmlCtxtReset(reader->ctxt); in xmlTextReaderSetup()
5368 xmlCtxtReset(reader->ctxt); in xmlReaderNewWalker()
Delfgcchack.h2499 #undef xmlCtxtReset
2500 extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
2502 #ifndef xmlCtxtReset
2503 extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
2504 #define xmlCtxtReset xmlCtxtReset__internal_alias macro