Searched refs:xmlSAX2StartElement (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A Dglobals.c371 xmlSAX2StartElement,
422 xmlSAX2StartElement,
460 xmlSAX2StartElement,
H A DSAX2.c1102 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1196 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1485 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1525 * xmlSAX2StartElement:
1533 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) function
1549 "SAX.xmlSAX2StartElement(%s)\n", fullname);
1582 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
2741 hdlr->startElement = xmlSAX2StartElement;
2839 hdlr->startElement = xmlSAX2StartElement;
2897 hdlr->startElement = xmlSAX2StartElement;
[all...]
H A Dlegacy.c1134 * DEPRECATED: use xmlSAX2StartElement()
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dxmlwriter.c367 saxHandler.startElement = xmlSAX2StartElement;
434 saxHandler.startElement = xmlSAX2StartElement;
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
H A Dparser.c14189 ctxt->sax->startElement = xmlSAX2StartElement;
/external/libxml2/include/libxml/
H A DSAX2.h103 xmlSAX2StartElement (void *ctx,

Completed in 152 milliseconds