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.h340 typedef void(XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); typedef
598 XML_EndDoctypeDeclHandler end);
605 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end);
H A Dxmlparse.c672 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler;
1763 XML_EndDoctypeDeclHandler end) { in XML_SetDoctypeDeclHandler()
1778 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end) { in XML_SetEndDoctypeDeclHandler()
/freebsd/contrib/expat/
H A DChanges254 #579 Fix documentation of XML_EndDoctypeDeclHandler in <expat.h>