Lines Matching defs:writer
45 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped()
124 qpXmlWriter* writer = (qpXmlWriter*)deCalloc(sizeof(qpXmlWriter)); in qpXmlWriter_createFileWriter() local
135 void qpXmlWriter_destroy (qpXmlWriter* writer) in qpXmlWriter_destroy()
142 static deBool closePending (qpXmlWriter* writer) in closePending()
153 void qpXmlWriter_flush (qpXmlWriter* writer) in qpXmlWriter_flush()
158 deBool qpXmlWriter_startDocument (qpXmlWriter* writer) in qpXmlWriter_startDocument()
175 deBool qpXmlWriter_endDocument (qpXmlWriter* writer) in qpXmlWriter_endDocument()
185 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str) in qpXmlWriter_writeString()
196 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const… in qpXmlWriter_startElement()
237 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName) in qpXmlWriter_endElement()
253 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, int numBytes) in qpXmlWriter_writeBase64()
324 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* el… in qpXmlWriter_writeStringElement()