Searched refs:XML_Bool (Results 1 – 5 of 5) sorted by relevance
53 typedef unsigned char XML_Bool; typedef54 #define XML_TRUE ((XML_Bool)1)55 #define XML_FALSE ((XML_Bool)0)267 XMLPARSEAPI(XML_Bool)702 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);809 XML_StopParser(XML_Parser parser, XML_Bool resumable);830 XML_Bool finalBuffer;1029 XMLPARSEAPI(XML_Bool)1034 XMLPARSEAPI(XML_Bool)
302 XML_Bool open;303 XML_Bool is_param;304 XML_Bool is_internal; /* true if declared in internal subset outside PE */339 XML_Bool maybeTokenized;340 XML_Bool xmlns;345 XML_Bool isCdata;372 XML_Bool keepProcessing;375 XML_Bool hasParamEntityRefs;376 XML_Bool standalone;379 XML_Bool paramEntityRead;[all …]
967 XML_Bool attackThresholdGiven = XML_FALSE; in tmain()
1981 static XML_Bool resumable = XML_FALSE;2041 static XML_Bool abortable = XML_FALSE;6617 XML_Bool seen;11474 XML_Bool singleBytesWanted;11514 const XML_Bool filled_later = XML_TRUE; /* value is arbitrary */ in START_TEST()11705 const XML_Bool singleBytesWanted = (v == 0) ? XML_FALSE : XML_TRUE; in START_TEST()
1032 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.