Home
last modified time | relevance | path

Searched refs:xmlSAX2GetEntity (Results 1 – 7 of 7) 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.c371 xmlSAX2GetEntity,
422 xmlSAX2GetEntity,
460 xmlSAX2GetEntity,
DSAX2.c529 xmlSAX2GetEntity(void *ctx, const xmlChar *name) in xmlSAX2GetEntity() function
2823 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAXVersion()
2899 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitHtmlDefaultSAXHandler()
2957 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitDocbDefaultSAXHandler()
Dlegacy.c940 return (xmlSAX2GetEntity(ctx, name)); in getEntity()
Delfgcchack.h8815 #undef xmlSAX2GetEntity
8816 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_…
8818 #ifndef xmlSAX2GetEntity
8819 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden…
8820 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias macro
Dparser.c5371 cur = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityDecl()
7304 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityRef()
7494 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseStringEntityRef()
/external/libxml2/include/libxml/
DSAX2.h55 xmlSAX2GetEntity (void *ctx,