Searched refs:XML_Bool (Results 1 – 3 of 3) sorted by relevance
60 typedef unsigned char XML_Bool; typedef61 #define XML_TRUE ((XML_Bool)1)62 #define XML_FALSE ((XML_Bool)0)287 XMLPARSEAPI(XML_Bool)722 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);829 XML_StopParser(XML_Parser parser, XML_Bool resumable);850 XML_Bool finalBuffer;1052 XMLPARSEAPI(XML_Bool)1058 XMLPARSEAPI(XML_Bool)1064 XMLPARSEAPI(XML_Bool)[all …]
329 XML_Bool open;330 XML_Bool is_param;331 XML_Bool is_internal; /* true if declared in internal subset outside PE */366 XML_Bool maybeTokenized;367 XML_Bool xmlns;372 XML_Bool isCdata;399 XML_Bool keepProcessing;402 XML_Bool hasParamEntityRefs;403 XML_Bool standalone;406 XML_Bool paramEntityRead;[all …]
172 XML_Bool g_reparseDeferralEnabledDefault; // written ONLY in runtests.c