Home
last modified time | relevance | path

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

/minix3/external/mit/expat/dist/amiga/include/interfaces/
H A Dexpat.h61 …void APICALL (*XML_SetAttlistDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_AttlistD… member
/minix3/external/mit/expat/dist/amiga/include/inline4/
H A Dexpat.h58 #define XML_SetAttlistDeclHandler(parser, attdecl) IExpat->XML_SetAttlistDeclHandler(parser, attdec… macro
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c1454 XML_SetAttlistDeclHandler(XML_Parser parser, in XML_SetAttlistDeclHandler() function