Searched refs:XML_Bool (Results 1 – 7 of 7) sorted by relevance
/external/expat/amiga/include/libraries/ |
D | expat.h | 59 typedef unsigned char XML_Bool; typedef 60 #define XML_TRUE ((XML_Bool) 1) 61 #define XML_FALSE ((XML_Bool) 0) 191 XML_Bool 413 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD); 438 XML_StopParser(XML_Parser parser, XML_Bool resumable); 452 XML_Bool finalBuffer;
|
/external/expat/lib/ |
D | expat.h | 28 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;
|
D | xmlparse.c | 198 XML_Bool open; 199 XML_Bool is_param; 200 XML_Bool is_internal; /* true if declared in internal subset outside PE */ 235 XML_Bool maybeTokenized; 236 XML_Bool xmlns; 241 XML_Bool isCdata; 268 XML_Bool keepProcessing; 271 XML_Bool hasParamEntityRefs; 272 XML_Bool standalone; 275 XML_Bool paramEntityRead; [all …]
|
/external/expat/amiga/ |
D | expat_vectors.c | 85 extern XML_Bool _Expat_XML_ParserReset(struct ExpatIFace *, XML_Parser parser, const X… 87 …XML_Error _Expat_XML_UseForeignDTD(struct ExpatIFace *, XML_Parser parser, XML_Bool useDTD); 89 extern enum XML_Status _Expat_XML_StopParser(struct ExpatIFace *, XML_Parser parser, XML_Bool… 452 XML_Bool _Expat_XML_ParserReset(struct ExpatIFace * Self, XML_Parser parser, const XML_Char *encodi… in _Expat_XML_ParserReset() 462 enum XML_Error _Expat_XML_UseForeignDTD(struct ExpatIFace * Self, XML_Parser parser, XML_Bool useDT… in _Expat_XML_UseForeignDTD() 472 enum XML_Status _Expat_XML_StopParser(struct ExpatIFace * Self, XML_Parser parser, XML_Bool resumab… in _Expat_XML_StopParser()
|
/external/expat/amiga/include/interfaces/ |
D | expat.h | 85 …XML_Bool APICALL (*XML_ParserReset)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * e… 87 …enum XML_Error APICALL (*XML_UseForeignDTD)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool u… 89 …enum XML_Status APICALL (*XML_StopParser)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool res…
|
/external/expat/ |
D | Changes | 74 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE.
|
/external/expat/tests/ |
D | runtests.c | 1011 static XML_Bool resumable = XML_FALSE;
|