Home | History | Annotate | Download | only in qphelper

Lines Matching refs:deBool

49 	deBool				boolValue;
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
70 attrib.boolValue = (deBool)0xFFFFFFFFu;
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value)
91 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression, deBool flushAfterWrite);
110 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
117 deBool qpXmlWriter_endDocument (qpXmlWriter* writer);
125 deBool qpXmlWriter_startElement (qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs);
133 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName);
141 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* content);
150 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, size_t numBytes);
159 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* elementContent);