Searched refs:xmlTextWriterWriteComment (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A DtestWriter.c107 rc = xmlTextWriterWriteComment(writer, tmp);
110 ("testXmlwriterFilename: Error at xmlTextWriterWriteComment\n");
386 rc = xmlTextWriterWriteComment(writer, tmp);
389 ("testXmlwriterMemory: Error at xmlTextWriterWriteComment\n");
661 rc = xmlTextWriterWriteComment(writer, tmp);
663 printf("testXmlwriterDoc: Error at xmlTextWriterWriteComment\n");
925 rc = xmlTextWriterWriteComment(writer, tmp);
927 printf("testXmlwriterTree: Error at xmlTextWriterWriteComment\n");
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlwriter.h77 XMLPUBFUN int XMLCALL xmlTextWriterWriteComment(xmlTextWriterPtr
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c900 rc = xmlTextWriterWriteComment(writer, buf);
907 * xmlTextWriterWriteComment:
916 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) function
H A Delfgcchack.h12106 #undef xmlTextWriterWriteComment macro
12107 extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
12109 #ifndef xmlTextWriterWriteComment
12110 extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
12111 #define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias macro
H A Dtestapi.c[all...]

Completed in 175 milliseconds