Searched defs:xmlFreeParserCtxt (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DparserInternals.c1753 * xmlFreeParserCtxt:
1761 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) function
1858 xmlFreeParserCtxt(ctxt);
H A Delfgcchack.h3723 #undef xmlFreeParserCtxt macro
3724 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
3726 #ifndef xmlFreeParserCtxt
3727 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3728 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias macro

Completed in 100 milliseconds