Searched refs:XML_Bool (Results 1 – 9 of 9) sorted by relevance
57 typedef unsigned char XML_Bool; typedef 58 #define XML_TRUE ((XML_Bool)1)59 #define XML_FALSE ((XML_Bool)0)286 XMLPARSEAPI(XML_Bool)360 Note that is_parameter_entity can't be changed to XML_Bool, since721 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);828 XML_StopParser(XML_Parser parser, XML_Bool resumable);849 XML_Bool finalBuffer;1051 XMLPARSEAPI(XML_Bool)1057 XMLPARSEAPI(XML_Bool)[all...]
327 XML_Bool open;328 XML_Bool is_param;329 XML_Bool is_internal; /* true if declared in internal subset outside PE */364 XML_Bool maybeTokenized;365 XML_Bool xmlns;370 XML_Bool isCdata;397 XML_Bool keepProcessing;400 XML_Bool hasParamEntityRefs;401 XML_Bool standalone;404 XML_Bool paramEntityRea[all...]
169 XML_Bool g_reparseDeferralEnabledDefault; // written ONLY in runtests.c
83 extern XML_Bool g_resumable;84 extern XML_Bool g_abortable;
138 XML_Bool g_resumable = XML_FALSE;141 XML_Bool g_abortable = XML_FALSE;
588 XML_Bool seen;
3266 XML_Bool nested_callback_happened; in external_bom_checker() 5593 assert_true(XML_SetReparseDeferralEnabled(NULL, (XML_Bool)INT_MIN) in START_TEST() 5595 assert_true(XML_SetReparseDeferralEnabled(NULL, (XML_Bool)INT_MAX) in START_TEST()
978 XML_Bool attackThresholdGiven = XML_FALSE; in tmain()980 XML_Bool disableDeferral = XML_FALSE; in tmain()1186 const XML_Bool success = XML_SetReparseDeferralEnabled(parser, XML_FALSE); in tmain()
1458 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.