HomeSort by relevance Sort by last modified time
    Searched defs:XML_Bool (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat.h 28 typedef unsigned char XML_Bool;
29 #define XML_TRUE ((XML_Bool) 1)
30 #define XML_FALSE ((XML_Bool) 0)
246 XMLPARSEAPI(XML_Bool)
326 Note that is_parameter_entity can't be changed to XML_Bool, since
711 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat.h 28 typedef unsigned char XML_Bool;
29 #define XML_TRUE ((XML_Bool) 1)
30 #define XML_FALSE ((XML_Bool) 0)
246 XMLPARSEAPI(XML_Bool)
326 Note that is_parameter_entity can't be changed to XML_Bool, since
711 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
795 XML_StopParser(XML_Parser parser, XML_Bool resumable);
    [all...]
  /external/expat/lib/
expat.h 28 typedef unsigned char XML_Bool;
29 #define XML_TRUE ((XML_Bool) 1)
30 #define XML_FALSE ((XML_Bool) 0)
246 XMLPARSEAPI(XML_Bool)
326 Note that is_parameter_entity can't be changed to XML_Bool, since
711 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
    [all...]

Completed in 198 milliseconds