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

/external/libxml2/
H A DSAX2.c546 * xmlSAX2GetEntity:
555 xmlSAX2GetEntity(void *ctx, const xmlChar *name) function
563 "SAX.xmlSAX2GetEntity(%s)\n", name);
2873 hdlr->getEntity = xmlSAX2GetEntity;
2949 hdlr->getEntity = xmlSAX2GetEntity;
3007 hdlr->getEntity = 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

Completed in 57 milliseconds