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

/external/chromium_org/third_party/libxml/src/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A Dglobals.c399 xmlSAX2StartElement,
450 xmlSAX2StartElement,
488 xmlSAX2StartElement,
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");
2761 hdlr->startElement = xmlSAX2StartElement;
2859 hdlr->startElement = xmlSAX2StartElement;
[all...]
H A Dlegacy.c1134 * DEPRECATED: use xmlSAX2StartElement()
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dxmlwriter.c367 saxHandler.startElement = xmlSAX2StartElement;
436 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.c14547 ctxt->sax->startElement = xmlSAX2StartElement;
H A Dtestapi.c5051 xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts);
5058 printf("Leak of %d blocks found in xmlSAX2StartElement",
[all...]
/external/libxml2/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A Dglobals.c380 xmlSAX2StartElement,
431 xmlSAX2StartElement,
469 xmlSAX2StartElement,
H A DSAX2.c1132 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1235 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1465 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1531 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1571 * xmlSAX2StartElement:
1579 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) function
1595 "SAX.xmlSAX2StartElement(%s)\n", fullname);
1628 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
2849 hdlr->startElement = xmlSAX2StartElement;
2947 hdlr->startElement = xmlSAX2StartElement;
[all...]
H A Dlegacy.c1134 * DEPRECATED: use xmlSAX2StartElement()
1139 xmlSAX2StartElement(ctx, fullname, atts);
H A Dxmlwriter.c371 saxHandler.startElement = xmlSAX2StartElement;
440 saxHandler.startElement = xmlSAX2StartElement;
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
H A Dparser.c15073 ctxt->sax->startElement = xmlSAX2StartElement;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h103 xmlSAX2StartElement (void *ctx,
/external/libxml2/include/libxml/
H A DSAX2.h103 xmlSAX2StartElement (void *ctx,

Completed in 438 milliseconds