Searched refs:xmlSAX2EntityDecl (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | SAX.c | 56 hdlr->entityDecl = xmlSAX2EntityDecl; in initxmlDefaultSAXHandler() 151 hdlr->entityDecl = xmlSAX2EntityDecl; in initdocbDefaultSAXHandler()
|
D | globals.c | 372 xmlSAX2EntityDecl, 461 xmlSAX2EntityDecl,
|
D | legacy.c | 979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content); in entityDecl()
|
D | SAX2.c | 633 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, in xmlSAX2EntityDecl() function 2825 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAXVersion() 2959 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | elfgcchack.h | 8785 #undef xmlSAX2EntityDecl 8786 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__intern… 8788 #ifndef xmlSAX2EntityDecl 8789 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidd… 8790 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias macro
|
D | parser.c | 5265 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl() 5338 xmlSAX2EntityDecl(ctxt, name, in xmlParseEntityDecl()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 66 xmlSAX2EntityDecl (void *ctx,
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParserLibxml2.cpp | 1311 sax.entityDecl = xmlSAX2EntityDecl; in initializeParserContext()
|