Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/expat/lib/
Dxmlparse.c585 #define startDoctypeDeclHandler (parser->m_startDoctypeDeclHandler) macro
893 startDoctypeDeclHandler = NULL; in parserInit()
1390 startDoctypeDeclHandler = start; in XML_SetDoctypeDeclHandler()
1397 startDoctypeDeclHandler = start; in XML_SetStartDoctypeDeclHandler()
3902 if (startDoctypeDeclHandler) { in doProlog()
3913 if (startDoctypeDeclHandler) { in doProlog()
3914 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3943 if (startDoctypeDeclHandler) { in doProlog()
3979 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
4226 if (startDoctypeDeclHandler) { in doProlog()
[all …]