Searched refs:xmlNewDocComment (Results 1 – 10 of 10) sorted by relevance
824 xmlNewDocComment (xmlDocPtr doc,
825 xmlNewDocComment (xmlDocPtr doc,
1222 xmlNewDocComment
5969 #undef xmlNewDocComment5970 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_…5972 #ifndef xmlNewDocComment5973 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden…5974 #define xmlNewDocComment xmlNewDocComment__internal_alias macro
2687 ret = xmlNewDocComment(ctxt->myDoc, value); in xmlSAX2Comment()
2743 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { in xmlNewDocComment() function
2637 ret = xmlNewDocComment(ctxt->myDoc, value); in xmlSAX2Comment()
2732 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { in xmlNewDocComment() function
20997 ret_val = xmlNewDocComment(doc, (const xmlChar *)content); in test_xmlNewDocComment()