Searched refs:xmlSAX2GetEntity (Results 1 - 9 of 9) sorted by relevance

/external/libxml2/
H A DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
H A Dglobals.c383 xmlSAX2GetEntity,
434 xmlSAX2GetEntity,
472 xmlSAX2GetEntity,
H A DSAX2.c547 * xmlSAX2GetEntity:
556 xmlSAX2GetEntity(void *ctx, const xmlChar *name) function
564 "SAX.xmlSAX2GetEntity(%s)\n", name);
2881 hdlr->getEntity = xmlSAX2GetEntity;
2957 hdlr->getEntity = xmlSAX2GetEntity;
3015 hdlr->getEntity = xmlSAX2GetEntity;
H A Dlegacy.c932 * DEPRECATED: use xmlSAX2GetEntity()
940 return (xmlSAX2GetEntity(ctx, name));
H A Dlibxml2.syms1497 xmlSAX2GetEntity;
H A Delfgcchack.h8941 #undef xmlSAX2GetEntity macro
8942 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
8944 #ifndef xmlSAX2GetEntity
8945 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
8946 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias macro
H A Dparser.c5558 cur = xmlSAX2GetEntity(ctxt, name);
7497 ent = xmlSAX2GetEntity(ctxt, name);
7692 ent = xmlSAX2GetEntity(ctxt, name);
H A Dtestapi.c4339 ret_val = xmlSAX2GetEntity(ctx, (const xmlChar *)name);
4346 printf("Leak of %d blocks found in xmlSAX2GetEntity",
[all...]
/external/libxml2/include/libxml/
H A DSAX2.h55 xmlSAX2GetEntity (void *ctx,

Completed in 294 milliseconds