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

/external/libxml2/
H A DSAX2.c1102 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1205 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1435 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1501 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1541 * xmlSAX2StartElement:
1549 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) function
1565 "SAX.xmlSAX2StartElement(%s)\n", fullname);
1598 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
2811 hdlr->startElement = xmlSAX2StartElement;
2909 hdlr->startElement = xmlSAX2StartElement;
[all...]
H A Delfgcchack.h9010 #undef xmlSAX2StartElement macro
9011 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
9013 #ifndef xmlSAX2StartElement
9014 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
9015 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias macro

Completed in 97 milliseconds