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

/external/libxml2/
H A DSAX2.c1132 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1181 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1241 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1471 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1537 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1577 * xmlSAX2StartElement:
1585 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) function
1601 "SAX.xmlSAX2StartElement(%s)\n", fullname);
1634 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
2861 hdlr->startElement = xmlSAX2StartElement;
[all...]
H A Delfgcchack.h9136 #undef xmlSAX2StartElement macro
9137 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
9139 #ifndef xmlSAX2StartElement
9140 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
9141 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias macro

Completed in 122 milliseconds