Home
last modified time | relevance | path

Searched refs:attdecl (Results 1 – 6 of 6) sorted by relevance

/external/expat/amiga/include/inline4/
Dexpat.h58 #define XML_SetAttlistDeclHandler(parser, attdecl) IExpat->XML_SetAttlistDeclHandler(parser, attdec… argument
/external/expat/amiga/
Dexpat_vectors.c61 …_XML_SetAttlistDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_AttlistDeclHandler attdecl);
332 …_SetAttlistDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_AttlistDeclHandler attdecl) in _Expat_XML_SetAttlistDeclHandler() argument
334 XML_SetAttlistDeclHandler(parser, attdecl); in _Expat_XML_SetAttlistDeclHandler()
/external/expat/amiga/include/interfaces/
Dexpat.h61 …SetAttlistDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_AttlistDeclHandler attdecl);
/external/expat/amiga/include/libraries/
Dexpat.h161 XML_AttlistDeclHandler attdecl);
/external/expat/lib/
Dexpat.h176 XML_AttlistDeclHandler attdecl);
Dxmlparse.c1396 XML_AttlistDeclHandler attdecl) in XML_SetAttlistDeclHandler() argument
1398 attlistDeclHandler = attdecl; in XML_SetAttlistDeclHandler()