Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
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()
3867 if (startDoctypeDeclHandler) { in doProlog()
3878 if (startDoctypeDeclHandler) { in doProlog()
3879 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3908 if (startDoctypeDeclHandler) { in doProlog()
3944 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
4191 if (startDoctypeDeclHandler) { in doProlog()
[all …]
/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 …]