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

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c691 * xmlSAX2AttributeDecl:
703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, function
716 "SAX.xmlSAX2AttributeDecl(%s, %s, %d, %d, %s, ...)\n",
742 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n",
2776 hdlr->attributeDecl = xmlSAX2AttributeDecl;
H A Delfgcchack.h8703 #undef xmlSAX2AttributeDecl macro
8704 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
8706 #ifndef xmlSAX2AttributeDecl
8707 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
8708 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias macro
/external/libxml2/
H A DSAX2.c721 * xmlSAX2AttributeDecl:
733 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, function
746 "SAX.xmlSAX2AttributeDecl(%s, %s, %d, %d, %s, ...)\n",
772 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n",
2864 hdlr->attributeDecl = xmlSAX2AttributeDecl;
H A Delfgcchack.h8829 #undef xmlSAX2AttributeDecl macro
8830 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
8832 #ifndef xmlSAX2AttributeDecl
8833 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
8834 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias macro

Completed in 135 milliseconds