Home
last modified time | relevance | path

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

/mirbsd/src/lib/libexpat/lib/
Dexpat.h28 typedef unsigned char XML_Bool; typedef
29 #define XML_TRUE ((XML_Bool) 1)
30 #define XML_FALSE ((XML_Bool) 0)
246 XMLPARSEAPI(XML_Bool)
711 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
795 XML_StopParser(XML_Parser parser, XML_Bool resumable);
821 XML_Bool finalBuffer;
Dxmlparse.c194 XML_Bool open;
195 XML_Bool is_param;
196 XML_Bool is_internal; /* true if declared in internal subset outside PE */
231 XML_Bool maybeTokenized;
232 XML_Bool xmlns;
237 XML_Bool isCdata;
264 XML_Bool keepProcessing;
267 XML_Bool hasParamEntityRefs;
268 XML_Bool standalone;
271 XML_Bool paramEntityRead;
[all …]