Searched refs:xmlSAX2Comment (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX.c119 hdlr->comment = xmlSAX2Comment;
166 hdlr->comment = xmlSAX2Comment;
H A Dglobals.c376 xmlSAX2Comment,
427 xmlSAX2Comment,
465 xmlSAX2Comment,
H A DSAX2.c2564 * xmlSAX2Comment:
2566 * @value: the xmlSAX2Comment content
2568 * A xmlSAX2Comment has been parsed.
2571 xmlSAX2Comment(void *ctx, const xmlChar *value) function
2580 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2603 "Setting xmlSAX2Comment as root\n");
2611 "adding xmlSAX2Comment child to %s\n", parent->name);
2617 "adding xmlSAX2Comment sibling to ");
2733 hdlr->comment = xmlSAX2Comment;
2811 hdlr->comment = xmlSAX2Comment;
[all...]
H A Dlegacy.c1316 * DEPRECATED: use xmlSAX2Comment()
1322 xmlSAX2Comment(ctx, value);
H A Delfgcchack.h8633 #undef xmlSAX2Comment macro
8634 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
8636 #ifndef xmlSAX2Comment
8637 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
8638 #define xmlSAX2Comment xmlSAX2Comment__internal_alias macro
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DSAX2.h141 xmlSAX2Comment (void *ctx,

Completed in 157 milliseconds