Searched refs:xmlSAX2ElementDecl (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DSAX.c58 hdlr->elementDecl = xmlSAX2ElementDecl;
H A Dglobals.c394 xmlSAX2ElementDecl,
H A Dlegacy.c1013 * DEPRECATED: use xmlSAX2ElementDecl()
1020 xmlSAX2ElementDecl(ctx, name, type, content);
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
H A Dtestapi.c4007 xmlSAX2ElementDecl(ctx, (const xmlChar *)name, type, content);
4015 printf("Leak of %d blocks found in xmlSAX2ElementDecl",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h81 xmlSAX2ElementDecl (void *ctx,
/external/libxml2/
H A DSAX.c58 hdlr->elementDecl = xmlSAX2ElementDecl;
H A Dglobals.c375 xmlSAX2ElementDecl,
H A Dlegacy.c1013 * DEPRECATED: use xmlSAX2ElementDecl()
1020 xmlSAX2ElementDecl(ctx, name, type, content);
H A DSAX2.c792 * xmlSAX2ElementDecl:
801 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type, function
812 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type);
823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
2865 hdlr->elementDecl = xmlSAX2ElementDecl;
H A Delfgcchack.h8869 #undef xmlSAX2ElementDecl macro
8870 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
8872 #ifndef xmlSAX2ElementDecl
8873 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
8874 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias macro
/external/libxml2/include/libxml/
H A DSAX2.h81 xmlSAX2ElementDecl (void *ctx,

Completed in 462 milliseconds