Searched refs:xmlClearParserCtxt (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dparser.h981 xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms724 xmlClearParserCtxt;
H A DparserInternals.c1860 * xmlClearParserCtxt:
1867 xmlClearParserCtxt(xmlParserCtxtPtr ctxt) function
H A Delfgcchack.h2183 #undef xmlClearParserCtxt macro
2184 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
2186 #ifndef xmlClearParserCtxt
2187 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
2188 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias macro
H A Dparser.c14391 xmlClearParserCtxt(ctxt);
14395 xmlClearParserCtxt(ctxt);
H A Dtestapi.c12651 xmlClearParserCtxt(ctxt);
12656 printf("Leak of %d blocks found in xmlClearParserCtxt",
[all...]

Completed in 1513 milliseconds