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

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

Completed in 167 milliseconds