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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX.c65 hdlr->endElement = xmlSAX2EndElement;
113 hdlr->endElement = xmlSAX2EndElement;
160 hdlr->endElement = xmlSAX2EndElement;
H A Dglobals.c372 xmlSAX2EndElement,
423 xmlSAX2EndElement,
461 xmlSAX2EndElement,
H A DSAX2.c1721 * xmlSAX2EndElement:
1728 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED) function
1738 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(NULL)\n");
1740 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(%s)\n", name);
2720 hdlr->endElement = xmlSAX2EndElement;
2818 hdlr->endElement = xmlSAX2EndElement;
2876 hdlr->endElement = xmlSAX2EndElement;
H A Dlegacy.c1148 * DEPRECATED: use xmlSAX2EndElement()
1154 xmlSAX2EndElement(ctx, name);
H A Dxmlwriter.c368 saxHandler.endElement = xmlSAX2EndElement;
435 saxHandler.endElement = xmlSAX2EndElement;
H A Delfgcchack.h8684 #undef xmlSAX2EndElement macro
8685 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
8687 #ifndef xmlSAX2EndElement
8688 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
8689 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias macro
H A Dparser.c13534 ctxt->sax->endElement = xmlSAX2EndElement;
H A Dtestapi.c4055 xmlSAX2EndElement(ctx, (const xmlChar *)name);
4061 printf("Leak of %d blocks found in xmlSAX2EndElement",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h107 xmlSAX2EndElement (void *ctx,

Completed in 396 milliseconds