Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c628 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler; member
1103 parser->m_startDoctypeDeclHandler = NULL; in parserInit()
1667 parser->m_startDoctypeDeclHandler = start; in XML_SetDoctypeDeclHandler()
1675 parser->m_startDoctypeDeclHandler = start; in XML_SetStartDoctypeDeclHandler()
4596 if (parser->m_startDoctypeDeclHandler) { in doProlog()
4608 if (parser->m_startDoctypeDeclHandler) { in doProlog()
4609 parser->m_startDoctypeDeclHandler( in doProlog()
4635 if (parser->m_startDoctypeDeclHandler) { in doProlog()
4678 parser->m_startDoctypeDeclHandler( in doProlog()
4923 if (parser->m_startDoctypeDeclHandler) { in doProlog()
[all …]