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

/external/chromium_org/third_party/libxml/src/
H A DparserInternals.c1765 * xmlFreeParserCtxt:
1773 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) function
1870 xmlFreeParserCtxt(ctxt);
H A Delfgcchack.h3631 #undef xmlFreeParserCtxt macro
3632 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
3634 #ifndef xmlFreeParserCtxt
3635 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3636 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias macro
/external/libxml2/
H A DparserInternals.c1765 * xmlFreeParserCtxt:
1773 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) function
1870 xmlFreeParserCtxt(ctxt);
H A Delfgcchack.h3631 #undef xmlFreeParserCtxt macro
3632 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
3634 #ifndef xmlFreeParserCtxt
3635 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3636 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias macro

Completed in 173 milliseconds