Searched refs:xmlSAX2EndDocument (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/
H A DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
H A Dglobals.c370 xmlSAX2EndDocument,
421 xmlSAX2EndDocument,
459 xmlSAX2EndDocument,
H A DSAX2.c1011 * xmlSAX2EndDocument:
1017 xmlSAX2EndDocument(void *ctx) function
1022 "SAX.xmlSAX2EndDocument()\n");
2762 hdlr->endDocument = xmlSAX2EndDocument;
2838 hdlr->endDocument = xmlSAX2EndDocument;
2896 hdlr->endDocument = xmlSAX2EndDocument;
H A Dlegacy.c1098 * DEPRECATED: use xmlSAX2EndDocument()
1104 xmlSAX2EndDocument(ctx);
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
/external/libxml2/include/libxml/
H A DSAX2.h100 xmlSAX2EndDocument (void *ctx);
/external/webkit/WebCore/dom/
H A DXMLTokenizerLibxml2.cpp1236 xmlSAX2EndDocument(closure);

Completed in 90 milliseconds