Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c574 #define startCdataSectionHandler \ macro
856 startCdataSectionHandler = NULL; in parserInit()
994 = startCdataSectionHandler; in XML_ExternalEntityParserCreate()
1060 startCdataSectionHandler = oldStartCdataSectionHandler; in XML_ExternalEntityParserCreate()
1319 startCdataSectionHandler = start; in XML_SetCdataSectionHandler()
1326 startCdataSectionHandler = start; in XML_SetStartCdataSectionHandler()
2589 if (startCdataSectionHandler) in doContent()
2590 startCdataSectionHandler(handlerArg); in doContent()
/external/expat/lib/
Dxmlparse.c582 #define startCdataSectionHandler \ macro
891 startCdataSectionHandler = NULL; in parserInit()
1029 = startCdataSectionHandler; in XML_ExternalEntityParserCreate()
1095 startCdataSectionHandler = oldStartCdataSectionHandler; in XML_ExternalEntityParserCreate()
1354 startCdataSectionHandler = start; in XML_SetCdataSectionHandler()
1361 startCdataSectionHandler = start; in XML_SetStartCdataSectionHandler()
2625 if (startCdataSectionHandler) in doContent()
2626 startCdataSectionHandler(handlerArg); in doContent()