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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c999 * xmlSAX2EndDocument:
1005 xmlSAX2EndDocument(void *ctx) function
1010 "SAX.xmlSAX2EndDocument()\n");
2740 hdlr->endDocument = xmlSAX2EndDocument;
2816 hdlr->endDocument = xmlSAX2EndDocument;
2874 hdlr->endDocument = xmlSAX2EndDocument;
H A Delfgcchack.h8673 #undef xmlSAX2EndDocument macro
8674 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
8676 #ifndef xmlSAX2EndDocument
8677 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
8678 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias macro

Completed in 211 milliseconds