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

/external/expat/lib/
H A Dxmlparse.c584 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
892 endCdataSectionHandler = NULL;
1031 = endCdataSectionHandler;
1096 endCdataSectionHandler = oldEndCdataSectionHandler;
1355 endCdataSectionHandler = end;
1367 endCdataSectionHandler = end;
2637 However, now we have a start/endCdataSectionHandler, so it seems
3273 if (endCdataSectionHandler)
3274 endCdataSectionHandler(handlerArg);
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c576 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
857 endCdataSectionHandler = NULL;
996 = endCdataSectionHandler;
1061 endCdataSectionHandler = oldEndCdataSectionHandler;
1320 endCdataSectionHandler = end;
1332 endCdataSectionHandler = end;
2601 However, now we have a start/endCdataSectionHandler, so it seems
3237 if (endCdataSectionHandler)
3238 endCdataSectionHandler(handlerArg);

Completed in 185 milliseconds