Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c578 #define startDoctypeDeclHandler (parser->m_startDoctypeDeclHandler) macro
859 startDoctypeDeclHandler = NULL; in parserInit()
1356 startDoctypeDeclHandler = start; in XML_SetDoctypeDeclHandler()
1363 startDoctypeDeclHandler = start; in XML_SetStartDoctypeDeclHandler()
3864 if (startDoctypeDeclHandler) { in doProlog()
3875 if (startDoctypeDeclHandler) { in doProlog()
3876 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3905 if (startDoctypeDeclHandler) { in doProlog()
3941 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
4188 if (startDoctypeDeclHandler) { in doProlog()
[all …]