Searched refs:resumable (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/include/inline4/
H A Dexpat.h86 #define XML_StopParser(parser, resumable) IExpat->XML_StopParser(parser, resumable)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dexpat_vectors.c89 extern enum XML_Status _Expat_XML_StopParser(struct ExpatIFace *, XML_Parser parser, XML_Bool resumable);
472 enum XML_Status _Expat_XML_StopParser(struct ExpatIFace * Self, XML_Parser parser, XML_Bool resumable) argument
474 return XML_StopParser(parser, resumable);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c1011 static XML_Bool resumable = XML_FALSE; variable
1017 XML_StopParser(parser, resumable);
1034 resumable = XML_FALSE;
1055 resumable = XML_TRUE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/include/interfaces/
H A Dexpat.h89 enum XML_Status APICALL (*XML_StopParser)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool resumable);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h438 XML_StopParser(XML_Parser parser, XML_Bool resumable);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dexpat.h765 (resumable = 0) an already suspended parser. Some call-backs may
773 except when parsing an external parameter entity and resumable != 0.
780 When resumable != 0 (true) then parsing is suspended, that is,
795 XML_StopParser(XML_Parser parser, XML_Bool resumable);
H A Dxmlparse.c1680 XML_StopParser(XML_Parser parser, XML_Bool resumable) argument
1684 if (resumable) {
1694 if (resumable) {

Completed in 931 milliseconds