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()
3851 if (startDoctypeDeclHandler) { in doProlog()
3862 if (startDoctypeDeclHandler) { in doProlog()
3863 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3892 if (startDoctypeDeclHandler) { in doProlog()
3928 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
4175 if (startDoctypeDeclHandler) { in doProlog()
[all …]