Home
last modified time | relevance | path

Searched refs:XML_StartDoctypeDeclHandler (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dexpat.h314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef
581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
586 XML_StartDoctypeDeclHandler start);
H A Dxmlparse.c628 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler;
1663 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler()
1673 XML_StartDoctypeDeclHandler start) { in XML_SetStartDoctypeDeclHandler()