Searched refs:XML_EndDoctypeDeclHandler (Results 1 - 5 of 5) sorted by relevance

/external/expat/amiga/include/libraries/
H A Dexpat.h228 typedef void (*XML_EndDoctypeDeclHandler)(void *userData); typedef
343 XML_EndDoctypeDeclHandler end);
351 XML_EndDoctypeDeclHandler end);
/external/expat/lib/
H A Dexpat.h309 typedef void (XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); typedef
589 XML_EndDoctypeDeclHandler end);
597 XML_EndDoctypeDeclHandler end);
H A Dxmlparse.c478 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler;
1295 XML_EndDoctypeDeclHandler end)
1309 XML_EndDoctypeDeclHandler end) {
/external/expat/amiga/
H A Dexpat_vectors.c58 extern void _Expat_XML_SetEndDoctypeDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_EndDoctypeDeclHandler end);
59 extern void _Expat_XML_SetDoctypeDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end);
317 void _Expat_XML_SetEndDoctypeDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_EndDoctypeDeclHandler end)
322 void _Expat_XML_SetDoctypeDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end)
/external/expat/amiga/include/interfaces/
H A Dexpat.h58 void APICALL (*XML_SetEndDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_EndDoctypeDeclHandler end);
59 void APICALL (*XML_SetDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end);

Completed in 2103 milliseconds