Searched refs:xmlSAX2EntityDecl (Results 1 – 11 of 11) 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 | 663 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, in xmlSAX2EntityDecl() function 2875 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAXVersion() 3009 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | libxml2.syms | 1494 xmlSAX2EntityDecl;
|
D | elfgcchack.h | 8911 #undef xmlSAX2EntityDecl 8912 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__intern… 8914 #ifndef xmlSAX2EntityDecl 8915 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidd… 8916 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias macro
|
D | parser.c | 5601 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl() 5674 xmlSAX2EntityDecl(ctxt, name, in xmlParseEntityDecl()
|
D | testapi.c | 4184 …xmlSAX2EntityDecl(ctx, (const xmlChar *)name, type, (const xmlChar *)publicId, (const xmlChar *)sy… in test_xmlSAX2EntityDecl()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 66 xmlSAX2EntityDecl (void *ctx,
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 82 d xmlSAX2EntityDecl... 83 d pr extproc('xmlSAX2EntityDecl')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1569 xmlSAX2EntityDecl
|