HomeSort by: relevance | last modified time | path
    Searched refs:XML_Bool (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/expat/dist/lib/
expat.h 59 typedef unsigned char XML_Bool;
60 # define XML_TRUE ((XML_Bool)1)
61 # define XML_FALSE ((XML_Bool)0)
288 XMLPARSEAPI(XML_Bool)
362 Note that is_parameter_entity can't be changed to XML_Bool, since
723 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
830 XML_StopParser(XML_Parser parser, XML_Bool resumable);
851 XML_Bool finalBuffer;
933 XMLPARSEAPI(XML_Bool)
1067 XMLPARSEAPI(XML_Bool)
    [all...]
internal.h 185 XML_Bool g_reparseDeferralEnabledDefault; // written ONLY in runtests.c
xmlparse.c 326 XML_Bool open;
327 XML_Bool hasMore; /* true if entity has not been completely processed */
331 XML_Bool is_param;
332 XML_Bool is_internal; /* true if declared in internal subset outside PE */
367 XML_Bool maybeTokenized;
368 XML_Bool xmlns;
373 XML_Bool isCdata;
401 XML_Bool keepProcessing;
404 XML_Bool hasParamEntityRefs;
405 XML_Bool standalone
    [all...]
  /src/external/mit/expat/dist/tests/
common.h 83 extern XML_Bool g_resumable;
84 extern XML_Bool g_abortable;
common.c 141 XML_Bool g_resumable = XML_FALSE;
144 XML_Bool g_abortable = XML_FALSE;
misc_tests.c 371 const XML_Bool suspendOrNot[] = {XML_FALSE, XML_TRUE};
379 const XML_Bool suspend = suspendOrNot[suspendOrNotIndex];
573 const XML_Bool cases[] = {XML_TRUE, XML_FALSE};
575 const XML_Bool resumable = cases[i];
handlers.h 602 XML_Bool seen;
basic_tests.c 1279 const XML_Bool reset_or_not[] = {XML_TRUE, XML_FALSE};
1284 const XML_Bool reset_wanted = reset_or_not[j];
3693 XML_Bool nested_callback_happened;
6242 assert_true(XML_SetReparseDeferralEnabled(NULL, (XML_Bool)INT_MIN)
6244 assert_true(XML_SetReparseDeferralEnabled(NULL, (XML_Bool)INT_MAX)
  /src/external/mit/expat/dist/xmlwf/
xmlwf.c 988 XML_Bool attackThresholdGiven = XML_FALSE;
990 XML_Bool disableDeferral = XML_FALSE;
1199 const XML_Bool success = XML_SetReparseDeferralEnabled(parser, XML_FALSE);

Completed in 27 milliseconds