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

/vbox/src/libs/libxml2-2.6.31/
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.c1090 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1184 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1473 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
1513 * xmlSAX2StartElement:
1521 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) function
1537 "SAX.xmlSAX2StartElement(%s)\n", fullname);
1570 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElement");
2719 hdlr->startElement = xmlSAX2StartElement;
2817 hdlr->startElement = xmlSAX2StartElement;
2875 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.h8930 #undef xmlSAX2StartElement macro
8931 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
8933 #ifndef xmlSAX2StartElement
8934 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
8935 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias macro
H A Dparser.c13533 ctxt->sax->startElement = xmlSAX2StartElement;
H A Dtestapi.c5024 xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts);
5031 printf("Leak of %d blocks found in xmlSAX2StartElement",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h103 xmlSAX2StartElement (void *ctx,

Completed in 244 milliseconds