Home
last modified time | relevance | path

Searched refs:XML_Bool (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dexpat.h57 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, since
721 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...]
H A Dxmlparse.c327 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...]
H A Dinternal.h169 XML_Bool g_reparseDeferralEnabledDefault; // written ONLY in runtests.c
/freebsd/contrib/expat/tests/
H A Dcommon.h83 extern XML_Bool g_resumable;
84 extern XML_Bool g_abortable;
H A Dcommon.c138 XML_Bool g_resumable = XML_FALSE;
141 XML_Bool g_abortable = XML_FALSE;
H A Dhandlers.h588 XML_Bool seen;
H A Dbasic_tests.c3266 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()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c978 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()
/freebsd/contrib/expat/
H A DChanges1458 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.