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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX.c119 hdlr->comment = xmlSAX2Comment;
166 hdlr->comment = xmlSAX2Comment;
H A Dglobals.c377 xmlSAX2Comment,
428 xmlSAX2Comment,
466 xmlSAX2Comment,
H A DSAX2.c2577 * xmlSAX2Comment:
2579 * @value: the xmlSAX2Comment content
2581 * A xmlSAX2Comment has been parsed.
2584 xmlSAX2Comment(void *ctx, const xmlChar *value) function
2593 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2616 "Setting xmlSAX2Comment as root\n");
2624 "adding xmlSAX2Comment child to %s\n", parent->name);
2630 "adding xmlSAX2Comment sibling to ");
2746 hdlr->comment = xmlSAX2Comment;
2824 hdlr->comment = xmlSAX2Comment;
[all...]
H A Dlegacy.c1316 * DEPRECATED: use xmlSAX2Comment()
1322 xmlSAX2Comment(ctx, value);
H A Delfgcchack.h8653 #undef xmlSAX2Comment macro
8654 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
8656 #ifndef xmlSAX2Comment
8657 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
8658 #define xmlSAX2Comment xmlSAX2Comment__internal_alias macro
H A Dtestapi.c3926 xmlChar * value; /* the xmlSAX2Comment content */
3935 xmlSAX2Comment(ctx, (const xmlChar *)value);
3941 printf("Leak of %d blocks found in xmlSAX2Comment",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h141 xmlSAX2Comment (void *ctx,

Completed in 827 milliseconds