Searched refs:IExpat (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A Dlaunch.c28 struct ExpatIFace* IExpat = 0; variable in typeref:struct:ExpatIFace
38 IExpat = (struct ExpatIFace*)GetInterface(ExpatBase, "main", 1, NULL);
39 if ( IExpat == 0 ) {
47 if ( IExpat != 0 ) {
48 DropInterface((struct Interface*)IExpat);
49 IExpat = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dlaunch.c28 struct ExpatIFace* IExpat = 0; variable in typeref:struct:ExpatIFace
38 IExpat = (struct ExpatIFace*)GetInterface(ExpatBase, "main", 1, NULL);
39 if ( IExpat == 0 ) {
47 if ( IExpat != 0 ) {
48 DropInterface((struct Interface*)IExpat);
49 IExpat = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/include/inline4/
H A Dexpat.h28 #define XML_ParserCreate(encodingName) IExpat->XML_ParserCreate(encodingName)
29 #define XML_ParserCreateNS(encodingName, nsSep) IExpat->XML_ParserCreateNS(encodingName, nsSep)
30 #define XML_ParserCreate_MM(encoding, memsuite, namespaceSeparator) IExpat->XML_ParserCreate_MM(encoding, memsuite, namespaceSeparator)
31 #define XML_ExternalEntityParserCreate(parser, context, encoding) IExpat->XML_ExternalEntityParserCreate(parser, context, encoding)
32 #define XML_ParserFree(parser) IExpat->XML_ParserFree(parser)
33 #define XML_Parse(parser, s, len, isFinal) IExpat->XML_Parse(parser, s, len, isFinal)
34 #define XML_ParseBuffer(parser, len, isFinal) IExpat->XML_ParseBuffer(parser, len, isFinal)
35 #define XML_GetBuffer(parser, len) IExpat->XML_GetBuffer(parser, len)
36 #define XML_SetStartElementHandler(parser, start) IExpat->XML_SetStartElementHandler(parser, start)
37 #define XML_SetEndElementHandler(parser, end) IExpat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/include/inline4/
H A Dexpat.h28 #define XML_ParserCreate(encodingName) IExpat->XML_ParserCreate(encodingName)
29 #define XML_ParserCreateNS(encodingName, nsSep) IExpat->XML_ParserCreateNS(encodingName, nsSep)
30 #define XML_ParserCreate_MM(encoding, memsuite, namespaceSeparator) IExpat->XML_ParserCreate_MM(encoding, memsuite, namespaceSeparator)
31 #define XML_ExternalEntityParserCreate(parser, context, encoding) IExpat->XML_ExternalEntityParserCreate(parser, context, encoding)
32 #define XML_ParserFree(parser) IExpat->XML_ParserFree(parser)
33 #define XML_Parse(parser, s, len, isFinal) IExpat->XML_Parse(parser, s, len, isFinal)
34 #define XML_ParseBuffer(parser, len, isFinal) IExpat->XML_ParseBuffer(parser, len, isFinal)
35 #define XML_GetBuffer(parser, len) IExpat->XML_GetBuffer(parser, len)
36 #define XML_SetStartElementHandler(parser, start) IExpat->XML_SetStartElementHandler(parser, start)
37 #define XML_SetEndElementHandler(parser, end) IExpat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/include/proto/
H A Dexpat.h29 extern struct ExpatIFace *IExpat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/include/proto/
H A Dexpat.h29 extern struct ExpatIFace *IExpat;

Completed in 77 milliseconds