Searched refs:xmlNewComment (Results 1 – 14 of 14) sorted by relevance
827 xmlNewComment (const xmlChar *content);
828 xmlNewComment (const xmlChar *content);
2106 commentNode = xmlNewComment((const xmlChar *) in xsltExtElementTest()
3798 copy = xmlNewComment(node->content); in xsltCopy()4090 commentNode = xmlNewComment(value); in xsltComment()
1220 xmlNewComment
5949 #undef xmlNewComment5950 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));5952 #ifndef xmlNewComment5953 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));5954 #define xmlNewComment xmlNewComment__internal_alias macro
2676 xmlNewComment(const xmlChar *content) { in xmlNewComment() function2746 cur = xmlNewComment(content); in xmlNewDocComment()
13081 fake = xmlNewComment(NULL); in xmlParseInNodeContext()
2665 xmlNewComment(const xmlChar *content) { in xmlNewComment() function2735 cur = xmlNewComment(content); in xmlNewDocComment()
13089 fake = xmlNewComment(NULL); in xmlParseInNodeContext()
20929 ret_val = xmlNewComment((const xmlChar *)content); in test_xmlNewComment()