Lines Matching refs:deBool
39 deBool flushAfterWrite;
41 deBool xmlPrevIsStartElement;
42 deBool xmlIsWriting;
46 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped()
51 deBool isEOS = DE_FALSE; in writeEscaped()
124 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression, deBool flushAft… in qpXmlWriter_createFileWriter()
145 static deBool closePending (qpXmlWriter* writer) in closePending()
161 deBool qpXmlWriter_startDocument (qpXmlWriter* writer) in qpXmlWriter_startDocument()
178 deBool qpXmlWriter_endDocument (qpXmlWriter* writer) in qpXmlWriter_endDocument()
188 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str) in qpXmlWriter_writeString()
199 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const… in qpXmlWriter_startElement()
240 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName) in qpXmlWriter_endElement()
256 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, size_t numBytes) in qpXmlWriter_writeBase64()
269 deBool writeIndent = DE_TRUE; in qpXmlWriter_writeBase64()
327 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* el… in qpXmlWriter_writeStringElement()