Searched defs:xmlSAX2GetEntity (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DSAX2.c520 * xmlSAX2GetEntity:
529 xmlSAX2GetEntity(void *ctx, const xmlChar *name) function
537 "SAX.xmlSAX2GetEntity(%s)\n", name);
2823 hdlr->getEntity = xmlSAX2GetEntity;
2899 hdlr->getEntity = xmlSAX2GetEntity;
2957 hdlr->getEntity = xmlSAX2GetEntity;
H A Delfgcchack.h8815 #undef xmlSAX2GetEntity macro
8816 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
8818 #ifndef xmlSAX2GetEntity
8819 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
8820 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias macro

Completed in 525 milliseconds