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

/external/expat/amiga/include/inline4/
H A Dexpat.h58 #define XML_SetAttlistDeclHandler(parser, attdecl) IExpat->XML_SetAttlistDeclHandler(parser, attdecl)
/external/expat/amiga/
H A Dexpat_vectors.c61 extern void _Expat_XML_SetAttlistDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_AttlistDeclHandler attdecl);
332 void _Expat_XML_SetAttlistDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_AttlistDeclHandler attdecl) argument
334 XML_SetAttlistDeclHandler(parser, attdecl);
/external/expat/amiga/include/interfaces/
H A Dexpat.h61 void APICALL (*XML_SetAttlistDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_AttlistDeclHandler attdecl);
/external/expat/amiga/include/libraries/
H A Dexpat.h161 XML_AttlistDeclHandler attdecl);
/external/expat/lib/
H A Dexpat.h176 XML_AttlistDeclHandler attdecl);
H A Dxmlparse.c1455 XML_AttlistDeclHandler attdecl)
1457 attlistDeclHandler = attdecl;
1454 XML_SetAttlistDeclHandler(XML_Parser parser, XML_AttlistDeclHandler attdecl) argument

Completed in 134 milliseconds