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

/external/libxml2/
H A DSAX2.c1785 * xmlSAX2EndElement:
1792 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED) function
1801 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(NULL)\n");
1803 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(%s)\n", name);
2862 hdlr->endElement = xmlSAX2EndElement;
2960 hdlr->endElement = xmlSAX2EndElement;
3018 hdlr->endElement = xmlSAX2EndElement;
H A Delfgcchack.h8890 #undef xmlSAX2EndElement macro
8891 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
8893 #ifndef xmlSAX2EndElement
8894 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
8895 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias macro

Completed in 124 milliseconds