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.h343 typedef void(XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); typedef
601 XML_EndDoctypeDeclHandler end);
608 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end);
H A Dxmlparse.c695 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler;
1876 XML_EndDoctypeDeclHandler end) { in XML_SetDoctypeDeclHandler()
1891 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end) { in XML_SetEndDoctypeDeclHandler()
/freebsd/contrib/expat/
H A DChanges534 #579 Fix documentation of XML_EndDoctypeDeclHandler in <expat.h>