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

/external/libxml2/
H A DSAX2.c652 * xmlSAX2EntityDecl:
663 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, function
672 "SAX.xmlSAX2EntityDecl(%s, %d, %s, %s, %s)\n",
715 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n",
2875 hdlr->entityDecl = xmlSAX2EntityDecl;
3009 hdlr->entityDecl = xmlSAX2EntityDecl;
H A Delfgcchack.h8911 #undef xmlSAX2EntityDecl macro
8912 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
8914 #ifndef xmlSAX2EntityDecl
8915 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
8916 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias macro

Completed in 105 milliseconds