Searched defs:xmlSAX2NotationDecl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c808 * xmlSAX2NotationDecl:
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, function
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
833 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
2778 hdlr->notationDecl = xmlSAX2NotationDecl;
H A Delfgcchack.h8949 #undef xmlSAX2NotationDecl macro
8950 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
8952 #ifndef xmlSAX2NotationDecl
8953 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
8954 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias macro
/external/libxml2/
H A DSAX2.c808 * xmlSAX2NotationDecl:
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, function
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
833 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
2828 hdlr->notationDecl = xmlSAX2NotationDecl;
H A Delfgcchack.h8949 #undef xmlSAX2NotationDecl macro
8950 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
8952 #ifndef xmlSAX2NotationDecl
8953 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
8954 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias macro

Completed in 134 milliseconds