Home | History | Annotate | Download | only in qphelper

Lines Matching refs:deBool

40 	deBool				xmlPrevIsStartElement;
41 deBool xmlIsWriting;
45 static deBool writeEscaped (qpXmlWriter* writer, const char* str)
50 deBool isEOS = DE_FALSE;
122 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outputFile, deBool useCompression)
142 static deBool closePending (qpXmlWriter* writer)
158 deBool qpXmlWriter_startDocument (qpXmlWriter* writer)
175 deBool qpXmlWriter_endDocument (qpXmlWriter* writer)
185 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str)
196 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs)
237 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName)
253 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, int numBytes)
266 deBool writeIndent = DE_TRUE;
324 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* elementContent)