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

/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1681 * xmlFreeParserCtxt:
1689 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) function
1785 xmlFreeParserCtxt(ctxt);
H A Delfgcchack.h3607 #undef xmlFreeParserCtxt macro
3608 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
3610 #ifndef xmlFreeParserCtxt
3611 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3612 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias macro

Completed in 92 milliseconds