Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dexpat.h338 typedef void(XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); typedef
596 XML_EndDoctypeDeclHandler end);
603 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end);
H A Dxmlparse.c630 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler;
1666 XML_EndDoctypeDeclHandler end) { in XML_SetDoctypeDeclHandler()
1681 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end) { in XML_SetEndDoctypeDeclHandler()
/freebsd-13.1/contrib/expat/
H A DChanges24 #579 Fix documentation of XML_EndDoctypeDeclHandler in <expat.h>