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.h333 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef
600 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
605 XML_StartDoctypeDeclHandler start);
H A Dxmlparse.c679 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler;
1772 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler()
1782 XML_StartDoctypeDeclHandler start) { in XML_SetStartDoctypeDeclHandler()