Searched refs:XML_Bool (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h59 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h59 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A 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)
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);
821 XML_Bool finalBuffer;
H A Dxmlparse.c198 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 paramEntityRea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A 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)
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);
821 XML_Bool finalBuffer;
H A Dxmlparse.c198 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 paramEntityRea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dexpat.h48 typedef unsigned char XML_Bool; typedef
49 #define XML_TRUE ((XML_Bool) 1)
50 #define XML_FALSE ((XML_Bool) 0)
252 XMLPARSEAPI(XML_Bool)
329 Note that is_parameter_entity can't be changed to XML_Bool, since
700 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
H A Dxmlparse.c187 XML_Bool open;
188 XML_Bool is_param;
189 XML_Bool is_internal; /* true if declared in internal subset outside PE */
224 XML_Bool maybeTokenized;
225 XML_Bool xmlns;
230 XML_Bool isCdata;
251 XML_Bool keepProcessing;
254 XML_Bool hasParamEntityRefs;
255 XML_Bool standalone;
258 XML_Bool paramEntityRea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A Dexpat_vectors.c85 extern XML_Bool _Expat_XML_ParserReset(struct ExpatIFace *, XML_Parser parser, const XML_Char * encoding);
87 extern enum 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 resumable);
452 XML_Bool _Expat_XML_ParserReset(struct ExpatIFace * Self, XML_Parser parser, const XML_Char *encoding)
462 enum XML_Error _Expat_XML_UseForeignDTD(struct ExpatIFace * Self, XML_Parser parser, XML_Bool useDTD)
472 enum XML_Status _Expat_XML_StopParser(struct ExpatIFace * Self, XML_Parser parser, XML_Bool resumable)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dexpat_vectors.c85 extern XML_Bool _Expat_XML_ParserReset(struct ExpatIFace *, XML_Parser parser, const XML_Char * encoding);
87 extern enum 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 resumable);
452 XML_Bool _Expat_XML_ParserReset(struct ExpatIFace * Self, XML_Parser parser, const XML_Char *encoding)
462 enum XML_Error _Expat_XML_UseForeignDTD(struct ExpatIFace * Self, XML_Parser parser, XML_Bool useDTD)
472 enum XML_Status _Expat_XML_StopParser(struct ExpatIFace * Self, XML_Parser parser, XML_Bool resumable)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/include/interfaces/
H A Dexpat.h85 XML_Bool APICALL (*XML_ParserReset)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * encoding);
87 enum XML_Error APICALL (*XML_UseForeignDTD)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool useDTD);
89 enum XML_Status APICALL (*XML_StopParser)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool resumable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/include/interfaces/
H A Dexpat.h85 XML_Bool APICALL (*XML_ParserReset)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * encoding);
87 enum XML_Error APICALL (*XML_UseForeignDTD)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool useDTD);
89 enum XML_Status APICALL (*XML_StopParser)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool resumable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/
H A Druntests.c1011 static XML_Bool resumable = XML_FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c1011 static XML_Bool resumable = XML_FALSE;

Completed in 291 milliseconds