Searched refs:XML_Bool (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/expat/lib/
H A Dexpat.h46 typedef unsigned char XML_Bool; typedef
47 #define XML_TRUE ((XML_Bool)1)
48 #define XML_FALSE ((XML_Bool)0)
256 XMLPARSEAPI(XML_Bool)
330 Note that is_parameter_entity can't be changed to XML_Bool, since
691 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
798 XML_StopParser(XML_Parser parser, XML_Bool resumable);
819 XML_Bool finalBuffer;
H A Dxmlparse.c276 XML_Bool open;
277 XML_Bool is_param;
278 XML_Bool is_internal; /* true if declared in internal subset outside PE */
313 XML_Bool maybeTokenized;
314 XML_Bool xmlns;
319 XML_Bool isCdata;
346 XML_Bool keepProcessing;
349 XML_Bool hasParamEntityRefs;
350 XML_Bool standalone;
353 XML_Bool paramEntityRea
[all...]
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c1980 static XML_Bool resumable = XML_FALSE;
2040 static XML_Bool abortable = XML_FALSE;
6409 XML_Bool seen;

Completed in 91 milliseconds