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

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1749 * xmlSAX2EndElement:
1756 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED) function
1766 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(NULL)\n");
1768 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(%s)\n", name);
2762 hdlr->endElement = xmlSAX2EndElement;
2860 hdlr->endElement = xmlSAX2EndElement;
2918 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
/external/libxml2/
H A DSAX2.c1749 * xmlSAX2EndElement:
1756 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED) function
1766 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(NULL)\n");
1768 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(%s)\n", name);
2812 hdlr->endElement = xmlSAX2EndElement;
2910 hdlr->endElement = xmlSAX2EndElement;
2968 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 184 milliseconds