Lines Matching refs:outputFile
38 FILE* outputFile; member
113 fprintf(writer->outputFile, "%s", buf); in writeEscaped()
119 fflush(writer->outputFile); in writeEscaped()
124 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression, deBool flushAft… in qpXmlWriter_createFileWriter() argument
132 writer->outputFile = outputFile; in qpXmlWriter_createFileWriter()
149 fprintf(writer->outputFile, ">\n"); in closePending()
167 fprintf(writer->outputFile, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"); in qpXmlWriter_startDocument()
192 fprintf(writer->outputFile, ">"); in qpXmlWriter_writeString()
205 fprintf(writer->outputFile, "%s<%s", getIndentStr(writer->xmlElementDepth), elementName); in qpXmlWriter_startElement()
210 fprintf(writer->outputFile, " %s=\"", attrib->name); in qpXmlWriter_startElement()
232 fprintf(writer->outputFile, "\""); in qpXmlWriter_startElement()
247 fprintf(writer->outputFile, " />\n"); in qpXmlWriter_endElement()
251 fprintf(writer->outputFile, "</%s>\n", /*getIndentStr(writer->xmlElementDepth),*/ elementName); in qpXmlWriter_endElement()
300 fprintf(writer->outputFile, "%s", indentStr); in qpXmlWriter_writeBase64()
305 fprintf(writer->outputFile, "%s", &d[0]); in qpXmlWriter_writeBase64()
311 fprintf(writer->outputFile, "\n"); in qpXmlWriter_writeBase64()
319 fprintf(writer->outputFile, "\n"); in qpXmlWriter_writeBase64()