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 | 384 xmlSAX2EntityDecl, 473 xmlSAX2EntityDecl,
|
D | legacy.c | 979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content); in entityDecl()
|
D | SAX2.c | 634 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, in xmlSAX2EntityDecl() function 2866 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAXVersion() 3000 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | libxml2.syms | 1494 xmlSAX2EntityDecl;
|
D | elfgcchack.h | 8921 #undef xmlSAX2EntityDecl 8922 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__intern… 8924 #ifndef xmlSAX2EntityDecl 8925 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidd… 8926 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias macro
|
D | parser.c | 5521 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl() 5592 xmlSAX2EntityDecl(ctxt, name, in xmlParseEntityDecl()
|
D | testapi.c | 4206 …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 | 88 d xmlSAX2EntityDecl... 89 d pr extproc('xmlSAX2EntityDecl')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1570 xmlSAX2EntityDecl
|