xmlTextWriterWriteComment 12210 third_party/libxml/src/elfgcchack.h #undef xmlTextWriterWriteComment
xmlTextWriterWriteComment 12211 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
xmlTextWriterWriteComment 12213 third_party/libxml/src/elfgcchack.h #ifndef xmlTextWriterWriteComment
xmlTextWriterWriteComment 12214 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
xmlTextWriterWriteComment 12215 third_party/libxml/src/elfgcchack.h #define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
xmlTextWriterWriteComment   79 third_party/libxml/src/include/libxml/xmlwriter.h     XMLPUBFUN int XMLCALL xmlTextWriterWriteComment(xmlTextWriterPtr
xmlTextWriterWriteComment 44340 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterWriteComment(writer, (const xmlChar *)content);
xmlTextWriterWriteComment  906 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteComment(writer, buf);