Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c576 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
857 endCdataSectionHandler = NULL; in parserInit()
996 = endCdataSectionHandler; in XML_ExternalEntityParserCreate()
1061 endCdataSectionHandler = oldEndCdataSectionHandler; in XML_ExternalEntityParserCreate()
1320 endCdataSectionHandler = end; in XML_SetCdataSectionHandler()
1332 endCdataSectionHandler = end; in XML_SetEndCdataSectionHandler()
3237 if (endCdataSectionHandler) in doCdataSection()
3238 endCdataSectionHandler(handlerArg); in doCdataSection()
/external/expat/lib/
Dxmlparse.c584 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
892 endCdataSectionHandler = NULL; in parserInit()
1031 = endCdataSectionHandler; in XML_ExternalEntityParserCreate()
1096 endCdataSectionHandler = oldEndCdataSectionHandler; in XML_ExternalEntityParserCreate()
1355 endCdataSectionHandler = end; in XML_SetCdataSectionHandler()
1367 endCdataSectionHandler = end; in XML_SetEndCdataSectionHandler()
3273 if (endCdataSectionHandler) in doCdataSection()
3274 endCdataSectionHandler(handlerArg); in doCdataSection()