Home
last modified time | relevance | path

Searched refs:xmlClearParserCtxt (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h978 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
/external/libxml2/
DparserInternals.c1890 xmlClearParserCtxt(xmlParserCtxtPtr ctxt) in xmlClearParserCtxt() function
Delfgcchack.h2111 #undef xmlClearParserCtxt
2112 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__int…
2114 #ifndef xmlClearParserCtxt
2115 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hi…
2116 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias macro
Dparser.c13735 xmlClearParserCtxt(ctxt); in xmlSetupParserForBuffer()
13739 xmlClearParserCtxt(ctxt); in xmlSetupParserForBuffer()