Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c586 #define startDoctypeDeclHandler (parser->m_startDoctypeDeclHandler) macro
894 startDoctypeDeclHandler = NULL; in parserInit()
1391 startDoctypeDeclHandler = start; in XML_SetDoctypeDeclHandler()
1398 startDoctypeDeclHandler = start; in XML_SetStartDoctypeDeclHandler()
3903 if (startDoctypeDeclHandler) { in doProlog()
3914 if (startDoctypeDeclHandler) { in doProlog()
3915 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3944 if (startDoctypeDeclHandler) { in doProlog()
3980 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
4227 if (startDoctypeDeclHandler) { in doProlog()
[all …]