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

/external/libxml2/
H A DSAX2.c1733 * xmlSAX2EndElement:
1740 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED) function
1750 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(NULL)\n");
1752 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(%s)\n", name);
2742 hdlr->endElement = xmlSAX2EndElement;
2840 hdlr->endElement = xmlSAX2EndElement;
2898 hdlr->endElement = xmlSAX2EndElement;
H A Delfgcchack.h8764 #undef xmlSAX2EndElement macro
8765 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
8767 #ifndef xmlSAX2EndElement
8768 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
8769 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias macro

Completed in 269 milliseconds