xmlNewDocComment 2637 third_party/libxml/src/SAX2.c     ret = xmlNewDocComment(ctxt->myDoc, value);
xmlNewDocComment 5969 third_party/libxml/src/elfgcchack.h #undef xmlNewDocComment
xmlNewDocComment 5970 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
xmlNewDocComment 5972 third_party/libxml/src/elfgcchack.h #ifndef xmlNewDocComment
xmlNewDocComment 5973 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
xmlNewDocComment 5974 third_party/libxml/src/elfgcchack.h #define xmlNewDocComment xmlNewDocComment__internal_alias
xmlNewDocComment  825 third_party/libxml/src/include/libxml/tree.h 		xmlNewDocComment	(xmlDocPtr doc,
xmlNewDocComment 20997 third_party/libxml/src/testapi.c         ret_val = xmlNewDocComment(doc, (const xmlChar *)content);