Searched defs:ExpatIFace (Results 1 - 1 of 1) sorted by relevance

/external/expat/amiga/include/interfaces/
H A Dexpat.h23 struct ExpatIFace struct
27 uint32 APICALL (*Obtain)(struct ExpatIFace *Self);
28 uint32 APICALL (*Release)(struct ExpatIFace *Self);
29 void APICALL (*Expunge)(struct ExpatIFace *Self);
30 struct Interface * APICALL (*Clone)(struct ExpatIFace *Self);
31 XML_Parser APICALL (*XML_ParserCreate)(struct ExpatIFace *Self, const XML_Char * encodingName);
32 XML_Parser APICALL (*XML_ParserCreateNS)(struct ExpatIFace *Self, const XML_Char * encodingName, XML_Char nsSep);
33 XML_Parser APICALL (*XML_ParserCreate_MM)(struct ExpatIFace *Self, const XML_Char * encoding, const XML_Memory_Handling_Suite * memsuite, const XML_Char * namespaceSeparator);
34 XML_Parser APICALL (*XML_ExternalEntityParserCreate)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * context, const XML_Char * encoding);
35 void APICALL (*XML_ParserFree)(struct ExpatIFace *Sel
[all...]

Completed in 11 milliseconds