Searched refs:XML_Bool (Results 1 – 5 of 5) sorted by relevance
54 typedef unsigned char XML_Bool; typedef55 #define XML_TRUE ((XML_Bool)1)56 #define XML_FALSE ((XML_Bool)0)281 XMLPARSEAPI(XML_Bool)716 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);823 XML_StopParser(XML_Parser parser, XML_Bool resumable);844 XML_Bool finalBuffer;1043 XMLPARSEAPI(XML_Bool)1048 XMLPARSEAPI(XML_Bool)
303 XML_Bool open;341 XML_Bool xmlns;346 XML_Bool isCdata;648 XML_Bool m_ns;1181 XML_Bool XMLCALL2532 XML_Bool XMLCALL2544 XML_Bool XMLCALL2560 static XML_Bool3709 static XML_Bool6609 static XML_Bool[all …]
967 XML_Bool attackThresholdGiven = XML_FALSE; in tmain()
1980 static XML_Bool resumable = XML_FALSE;2040 static XML_Bool abortable = XML_FALSE;6616 XML_Bool seen;11475 XML_Bool singleBytesWanted;11515 const XML_Bool filled_later = XML_TRUE; /* value is arbitrary */ in START_TEST()11706 const XML_Bool singleBytesWanted = (v == 0) ? XML_FALSE : XML_TRUE; in START_TEST()
1066 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.