Home
last modified time | relevance | path

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

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