Lines Matching refs:outputFile
38 FILE* outputFile; member
112 fprintf(writer->outputFile, "%s", buf); in writeEscaped()
117 fflush(writer->outputFile); in writeEscaped()
122 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression) in qpXmlWriter_createFileWriter() argument
130 writer->outputFile = outputFile; in qpXmlWriter_createFileWriter()
146 fprintf(writer->outputFile, ">\n"); in closePending()
164 fprintf(writer->outputFile, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"); in qpXmlWriter_startDocument()
189 fprintf(writer->outputFile, ">"); in qpXmlWriter_writeString()
202 fprintf(writer->outputFile, "%s<%s", getIndentStr(writer->xmlElementDepth), elementName); in qpXmlWriter_startElement()
207 fprintf(writer->outputFile, " %s=\"", attrib->name); in qpXmlWriter_startElement()
229 fprintf(writer->outputFile, "\""); in qpXmlWriter_startElement()
244 fprintf(writer->outputFile, " />\n"); in qpXmlWriter_endElement()
248 fprintf(writer->outputFile, "</%s>\n", /*getIndentStr(writer->xmlElementDepth),*/ elementName); in qpXmlWriter_endElement()
297 fprintf(writer->outputFile, "%s", indentStr); in qpXmlWriter_writeBase64()
302 fprintf(writer->outputFile, "%s", &d[0]); in qpXmlWriter_writeBase64()
308 fprintf(writer->outputFile, "\n"); in qpXmlWriter_writeBase64()
316 fprintf(writer->outputFile, "\n"); in qpXmlWriter_writeBase64()