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

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c2619 * xmlSAX2Comment:
2621 * @value: the xmlSAX2Comment content
2623 * A xmlSAX2Comment has been parsed.
2626 xmlSAX2Comment(void *ctx, const xmlChar *value) function
2635 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2658 "Setting xmlSAX2Comment as root\n");
2666 "adding xmlSAX2Comment child to %s\n", parent->name);
2672 "adding xmlSAX2Comment sibling to ");
2788 hdlr->comment = xmlSAX2Comment;
2866 hdlr->comment = xmlSAX2Comment;
[all...]
H A Delfgcchack.h8733 #undef xmlSAX2Comment macro
8734 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
8736 #ifndef xmlSAX2Comment
8737 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
8738 #define xmlSAX2Comment xmlSAX2Comment__internal_alias macro
/external/libxml2/
H A DSAX2.c2669 * xmlSAX2Comment:
2671 * @value: the xmlSAX2Comment content
2673 * A xmlSAX2Comment has been parsed.
2676 xmlSAX2Comment(void *ctx, const xmlChar *value) function
2685 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2708 "Setting xmlSAX2Comment as root\n");
2716 "adding xmlSAX2Comment child to %s\n", parent->name);
2722 "adding xmlSAX2Comment sibling to ");
2838 hdlr->comment = xmlSAX2Comment;
2916 hdlr->comment = xmlSAX2Comment;
[all...]
H A Delfgcchack.h8733 #undef xmlSAX2Comment macro
8734 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
8736 #ifndef xmlSAX2Comment
8737 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
8738 #define xmlSAX2Comment xmlSAX2Comment__internal_alias macro

Completed in 200 milliseconds