Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
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);
818 XML_StopParser(XML_Parser parser, XML_Bool resumable);
844 XML_Bool finalBuffer;
Dxmlparse.c200 XML_Bool open;
201 XML_Bool is_param;
202 XML_Bool is_internal; /* true if declared in internal subset outside PE */
237 XML_Bool maybeTokenized;
238 XML_Bool xmlns;
243 XML_Bool isCdata;
270 XML_Bool keepProcessing;
273 XML_Bool hasParamEntityRefs;
274 XML_Bool standalone;
277 XML_Bool paramEntityRead;
[all …]
/external/expat/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);
818 XML_StopParser(XML_Parser parser, XML_Bool resumable);
844 XML_Bool finalBuffer;
Dxmlparse.c208 XML_Bool open;
209 XML_Bool is_param;
210 XML_Bool is_internal; /* true if declared in internal subset outside PE */
245 XML_Bool maybeTokenized;
246 XML_Bool xmlns;
251 XML_Bool isCdata;
278 XML_Bool keepProcessing;
281 XML_Bool hasParamEntityRefs;
282 XML_Bool standalone;
285 XML_Bool paramEntityRead;
[all …]
/external/expat/
DChanges174 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.
/external/expat/tests/
Druntests.c1100 static XML_Bool resumable = XML_FALSE;