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

/external/libxml2/
H A DSAX2.c1041 * xmlSAX2EndDocument:
1047 xmlSAX2EndDocument(void *ctx) function
1052 "SAX.xmlSAX2EndDocument()\n");
2882 hdlr->endDocument = xmlSAX2EndDocument;
2958 hdlr->endDocument = xmlSAX2EndDocument;
3016 hdlr->endDocument = xmlSAX2EndDocument;
H A Delfgcchack.h8879 #undef xmlSAX2EndDocument macro
8880 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
8882 #ifndef xmlSAX2EndDocument
8883 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
8884 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias macro

Completed in 81 milliseconds