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

/external/chromium_org/third_party/libxml/src/
H A DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
H A Dglobals.c398 xmlSAX2EndDocument,
449 xmlSAX2EndDocument,
487 xmlSAX2EndDocument,
H A DSAX2.c1011 * xmlSAX2EndDocument:
1017 xmlSAX2EndDocument(void *ctx) function
1022 "SAX.xmlSAX2EndDocument()\n");
2782 hdlr->endDocument = xmlSAX2EndDocument;
2858 hdlr->endDocument = xmlSAX2EndDocument;
2916 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
H A Dtestapi.c4046 xmlSAX2EndDocument(ctx);
4051 printf("Leak of %d blocks found in xmlSAX2EndDocument",
[all...]
/external/libxml2/
H A DSAX.c63 hdlr->endDocument = xmlSAX2EndDocument;
111 hdlr->endDocument = xmlSAX2EndDocument;
158 hdlr->endDocument = xmlSAX2EndDocument;
H A Dglobals.c379 xmlSAX2EndDocument,
430 xmlSAX2EndDocument,
468 xmlSAX2EndDocument,
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 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/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h100 xmlSAX2EndDocument (void *ctx);
/external/libxml2/include/libxml/
H A DSAX2.h100 xmlSAX2EndDocument (void *ctx);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1378 xmlSAX2EndDocument(closure);

Completed in 297 milliseconds