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

/external/libxml2/
H A DSAX2.c2477 * xmlSAX2Reference:
2481 * called when an entity xmlSAX2Reference is detected.
2484 xmlSAX2Reference(void *ctx, const xmlChar *name) function
2492 "SAX.xmlSAX2Reference(%s)\n", name);
2500 "add xmlSAX2Reference %s to %s \n", name, ctxt->node->name);
2883 hdlr->reference = xmlSAX2Reference;
3019 hdlr->reference = xmlSAX2Reference;
H A Delfgcchack.h9095 #undef xmlSAX2Reference macro
9096 extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias")));
9098 #ifndef xmlSAX2Reference
9099 extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden")));
9100 #define xmlSAX2Reference xmlSAX2Reference__internal_alias macro

Completed in 98 milliseconds