Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dexpat.h54 typedef unsigned char XML_Bool; typedef
55 #define XML_TRUE ((XML_Bool)1)
56 #define XML_FALSE ((XML_Bool)0)
281 XMLPARSEAPI(XML_Bool)
716 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
823 XML_StopParser(XML_Parser parser, XML_Bool resumable);
844 XML_Bool finalBuffer;
1043 XMLPARSEAPI(XML_Bool)
1048 XMLPARSEAPI(XML_Bool)
H A Dxmlparse.c303 XML_Bool open;
341 XML_Bool xmlns;
346 XML_Bool isCdata;
648 XML_Bool m_ns;
1181 XML_Bool XMLCALL
2532 XML_Bool XMLCALL
2544 XML_Bool XMLCALL
2560 static XML_Bool
3709 static XML_Bool
6609 static XML_Bool
[all …]
/freebsd-13.1/contrib/expat/xmlwf/
H A Dxmlwf.c967 XML_Bool attackThresholdGiven = XML_FALSE; in tmain()
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c1980 static XML_Bool resumable = XML_FALSE;
2040 static XML_Bool abortable = XML_FALSE;
6616 XML_Bool seen;
11475 XML_Bool singleBytesWanted;
11515 const XML_Bool filled_later = XML_TRUE; /* value is arbitrary */ in START_TEST()
11706 const XML_Bool singleBytesWanted = (v == 0) ? XML_FALSE : XML_TRUE; in START_TEST()
/freebsd-13.1/contrib/expat/
H A DChanges1066 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.