Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c579 #define endDoctypeDeclHandler (parser->m_endDoctypeDeclHandler) macro
860 endDoctypeDeclHandler = NULL; in parserInit()
1357 endDoctypeDeclHandler = end; in XML_SetDoctypeDeclHandler()
1369 endDoctypeDeclHandler = end; in XML_SetEndDoctypeDeclHandler()
3989 if (endDoctypeDeclHandler) { in doProlog()
3990 endDoctypeDeclHandler(handlerArg); in doProlog()
/external/expat/lib/
Dxmlparse.c587 #define endDoctypeDeclHandler (parser->m_endDoctypeDeclHandler) macro
895 endDoctypeDeclHandler = NULL; in parserInit()
1392 endDoctypeDeclHandler = end; in XML_SetDoctypeDeclHandler()
1404 endDoctypeDeclHandler = end; in XML_SetEndDoctypeDeclHandler()
4025 if (endDoctypeDeclHandler) { in doProlog()
4026 endDoctypeDeclHandler(handlerArg); in doProlog()