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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c473 * xmlSAX2ResolveEntity:
480 * - override this xmlSAX2ResolveEntity() callback in the SAX block
487 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) function
504 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
2730 hdlr->resolveEntity = xmlSAX2ResolveEntity;
2864 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Delfgcchack.h8899 #undef xmlSAX2ResolveEntity macro
8900 extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
8902 #ifndef xmlSAX2ResolveEntity
8903 extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden")));
8904 #define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias macro

Completed in 125 milliseconds