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

/external/libxml2/doc/examples/
H A DtestWriter.c143 rc = xmlTextWriterWriteFormatComment(writer,
148 ("testXmlwriterFilename: Error at xmlTextWriterWriteFormatComment\n");
422 rc = xmlTextWriterWriteFormatComment(writer,
427 ("testXmlwriterMemory: Error at xmlTextWriterWriteFormatComment\n");
693 rc = xmlTextWriterWriteFormatComment(writer,
698 ("testXmlwriterDoc: Error at xmlTextWriterWriteFormatComment\n");
959 rc = xmlTextWriterWriteFormatComment(writer,
964 ("testXmlwriterTree: Error at xmlTextWriterWriteFormatComment\n");
/external/libxml2/include/libxml/
H A Dxmlwriter.h70 xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer,
/external/libxml2/
H A Dlibxml2.syms1633 xmlTextWriterWriteFormatComment;
H A Dxmlwriter.c863 * xmlTextWriterWriteFormatComment:
873 xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer, function
H A Delfgcchack.h12552 #undef xmlTextWriterWriteFormatComment macro
12553 extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
12555 #ifndef xmlTextWriterWriteFormatComment
12556 extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden")));
12557 #define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias macro

Completed in 134 milliseconds