Home
last modified time | relevance | path

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

/minix3/external/mit/expat/dist/amiga/include/interfaces/
H A Dexpat.h62 …void APICALL (*XML_SetEntityDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_EntityDec… member
/minix3/external/mit/expat/dist/amiga/include/inline4/
H A Dexpat.h59 #define XML_SetEntityDeclHandler(parser, handler) IExpat->XML_SetEntityDeclHandler(parser, handler) macro
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c1461 XML_SetEntityDeclHandler(XML_Parser parser, in XML_SetEntityDeclHandler() function