Searched refs:XML_EndDoctypeDeclHandler (Results 1 – 5 of 5) sorted by relevance
/external/expat/amiga/include/libraries/ |
D | expat.h | 228 typedef void (*XML_EndDoctypeDeclHandler)(void *userData); typedef 343 XML_EndDoctypeDeclHandler end); 351 XML_EndDoctypeDeclHandler end);
|
/external/expat/lib/ |
D | expat.h | 309 typedef void (XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); typedef 589 XML_EndDoctypeDeclHandler end); 597 XML_EndDoctypeDeclHandler end);
|
D | xmlparse.c | 478 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler; 1295 XML_EndDoctypeDeclHandler end) in XML_SetDoctypeDeclHandler() 1309 XML_EndDoctypeDeclHandler end) { in XML_SetEndDoctypeDeclHandler()
|
/external/expat/amiga/ |
D | expat_vectors.c | 58 …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/ |
D | expat.h | 58 …tEndDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_EndDoctypeDeclHandler end); 59 …tIFace *Self, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end);
|