Home
last modified time | relevance | path

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

/external/libxml2/
DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument; in initxmlDefaultSAXHandler()
111 hdlr->endDocument = xmlSAX2EndDocument; in inithtmlDefaultSAXHandler()
158 hdlr->endDocument = xmlSAX2EndDocument; in initdocbDefaultSAXHandler()
Dglobals.c379 xmlSAX2EndDocument,
430 xmlSAX2EndDocument,
468 xmlSAX2EndDocument,
DSAX2.c1017 xmlSAX2EndDocument(void *ctx) in xmlSAX2EndDocument() function
2832 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAXVersion()
2908 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAX2InitHtmlDefaultSAXHandler()
2966 hdlr->endDocument = xmlSAX2EndDocument; in xmlSAX2InitDocbDefaultSAXHandler()
Dlegacy.c1104 xmlSAX2EndDocument(ctx); in endDocument()
Delfgcchack.h8753 #undef xmlSAX2EndDocument
8754 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__int…
8756 #ifndef xmlSAX2EndDocument
8757 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hi…
8758 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias macro
/external/libxml2/include/libxml/
DSAX2.h100 xmlSAX2EndDocument (void *ctx);
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp1260 xmlSAX2EndDocument(closure); in endDocumentHandler()