Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dexpat.h331 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef
598 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
603 XML_StartDoctypeDeclHandler start);
H A Dxmlparse.c678 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler;
1771 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler()
1781 XML_StartDoctypeDeclHandler start) { in XML_SetStartDoctypeDeclHandler()