Searched refs:xmlSAX2GetEntity (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/ |
D | SAX.c | 54 hdlr->getEntity = xmlSAX2GetEntity; in initxmlDefaultSAXHandler() 102 hdlr->getEntity = xmlSAX2GetEntity; in inithtmlDefaultSAXHandler() 149 hdlr->getEntity = xmlSAX2GetEntity; in initdocbDefaultSAXHandler()
|
D | globals.c | 383 xmlSAX2GetEntity, 434 xmlSAX2GetEntity, 472 xmlSAX2GetEntity,
|
D | SAX2.c | 556 xmlSAX2GetEntity(void *ctx, const xmlChar *name) in xmlSAX2GetEntity() function 2890 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAXVersion() 2966 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitHtmlDefaultSAXHandler() 3024 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | legacy.c | 940 return (xmlSAX2GetEntity(ctx, name)); in getEntity()
|
D | libxml2.syms | 1497 xmlSAX2GetEntity;
|
D | elfgcchack.h | 8941 #undef xmlSAX2GetEntity 8942 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_… 8944 #ifndef xmlSAX2GetEntity 8945 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden… 8946 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias macro
|
D | parser.c | 5558 cur = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityDecl() 7497 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityRef() 7692 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseStringEntityRef()
|
D | testapi.c | 4339 ret_val = xmlSAX2GetEntity(ctx, (const xmlChar *)name); in test_xmlSAX2GetEntity()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 55 xmlSAX2GetEntity (void *ctx,
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 69 d xmlSAX2GetEntity... 70 d pr extproc('xmlSAX2GetEntity')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1572 xmlSAX2GetEntity
|