Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dexpat.h347 typedef void(XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); typedef
605 XML_EndDoctypeDeclHandler end);
612 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end);
H A Dxmlparse.c756 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler;
2134 XML_EndDoctypeDeclHandler end) {
2149 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end) {
/freebsd/contrib/expat/
H A DChanges1090 #579 Fix documentation of XML_EndDoctypeDeclHandler in <expat.h>