Home
last modified time | relevance | path

Searched refs:xmlSAX2GetEntity (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity; in initxmlDefaultSAXHandler()
102 hdlr->getEntity = xmlSAX2GetEntity; in inithtmlDefaultSAXHandler()
149 hdlr->getEntity = xmlSAX2GetEntity; in initdocbDefaultSAXHandler()
Dglobals.c383 xmlSAX2GetEntity,
434 xmlSAX2GetEntity,
472 xmlSAX2GetEntity,
DSAX2.c556 xmlSAX2GetEntity(void *ctx, const xmlChar *name) in xmlSAX2GetEntity() function
2881 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAXVersion()
2957 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitHtmlDefaultSAXHandler()
3015 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitDocbDefaultSAXHandler()
Dlegacy.c940 return (xmlSAX2GetEntity(ctx, name)); in getEntity()
Dlibxml2.syms1497 xmlSAX2GetEntity;
Delfgcchack.h8941 #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
Dparser.c5558 cur = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityDecl()
7497 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityRef()
7692 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseStringEntityRef()
Dtestapi.c4339 ret_val = xmlSAX2GetEntity(ctx, (const xmlChar *)name); in test_xmlSAX2GetEntity()
/external/libxml2/os400/libxmlrpg/
DSAX2.rpgle69 d xmlSAX2GetEntity...
70 d pr extproc('xmlSAX2GetEntity')
/external/libxml2/include/libxml/
DSAX2.h55 xmlSAX2GetEntity (void *ctx,
/external/libxml2/win32/
Dlibxml2.def.src1572 xmlSAX2GetEntity