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

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c762 * xmlSAX2ElementDecl:
771 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type, function
782 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type);
793 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
2777 hdlr->elementDecl = xmlSAX2ElementDecl;
H A Delfgcchack.h8743 #undef xmlSAX2ElementDecl macro
8744 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
8746 #ifndef xmlSAX2ElementDecl
8747 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
8748 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias macro
/external/libxml2/
H A DSAX2.c762 * xmlSAX2ElementDecl:
771 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type, function
782 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type);
793 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
2827 hdlr->elementDecl = xmlSAX2ElementDecl;
H A Delfgcchack.h8743 #undef xmlSAX2ElementDecl macro
8744 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
8746 #ifndef xmlSAX2ElementDecl
8747 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
8748 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias macro

Completed in 81 milliseconds