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

/external/libxml2/
H A DSAX2.c858 * xmlSAX2UnparsedEntityDecl:
868 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, function
877 "SAX.xmlSAX2UnparsedEntityDecl(%s, %s, %s, %s)\n",
922 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n",
2829 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl;
H A Delfgcchack.h9031 #undef xmlSAX2UnparsedEntityDecl macro
9032 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
9034 #ifndef xmlSAX2UnparsedEntityDecl
9035 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
9036 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias macro

Completed in 216 milliseconds