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

/external/libxml2/
H A DSAX2.c1011 * xmlSAX2EndDocument:
1017 xmlSAX2EndDocument(void *ctx) function
1022 "SAX.xmlSAX2EndDocument()\n");
2832 hdlr->endDocument = xmlSAX2EndDocument;
2908 hdlr->endDocument = xmlSAX2EndDocument;
2966 hdlr->endDocument = xmlSAX2EndDocument;
H A Delfgcchack.h8753 #undef xmlSAX2EndDocument macro
8754 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
8756 #ifndef xmlSAX2EndDocument
8757 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
8758 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias macro

Completed in 154 milliseconds