Home
last modified time | relevance | path

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

/minix3/external/mit/expat/dist/amiga/include/interfaces/
H A Dexpat.h31 XML_Parser APICALL (*XML_ParserCreate)(struct ExpatIFace *Self, const XML_Char * encodingName); member
/minix3/external/mit/expat/dist/amiga/include/inline4/
H A Dexpat.h28 #define XML_ParserCreate(encodingName) IExpat->XML_ParserCreate(encodingName) macro
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c671 XML_ParserCreate(const XML_Char *encodingName) in XML_ParserCreate() function