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

/freebsd-13-stable/contrib/expat/lib/
H A Dxmlparse.c543 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler; member in struct:XML_ParserStruct
1007 parser->m_startDoctypeDeclHandler = NULL;
1559 parser->m_startDoctypeDeclHandler = start;
1567 parser->m_startDoctypeDeclHandler = start;
4201 if (parser->m_startDoctypeDeclHandler) {
4213 if (parser->m_startDoctypeDeclHandler) {
4214 parser->m_startDoctypeDeclHandler(
4240 if (parser->m_startDoctypeDeclHandler) {
4283 parser->m_startDoctypeDeclHandler(
4290 XML_ROLE_DOCTYPE_SYSTEM_ID, even if parser->m_startDoctypeDeclHandler
[all...]

Completed in 232 milliseconds