Home
last modified time | relevance | path

Searched defs:XML_StopParser (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/expat/dist/amiga/include/interfaces/
H A Dexpat.h89 …enum XML_Status APICALL (*XML_StopParser)(struct ExpatIFace *Self, XML_Parser parser, XML_Bool res… member
/minix3/external/mit/expat/dist/amiga/include/inline4/
H A Dexpat.h86 #define XML_StopParser(parser, resumable) IExpat->XML_StopParser(parser, resumable) macro
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c1760 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser() function