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

/external/expat/lib/
H A Dxmlparse.c576 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
857 endCdataSectionHandler = NULL;
996 = endCdataSectionHandler;
1061 endCdataSectionHandler = oldEndCdataSectionHandler;
1320 endCdataSectionHandler = end;
1332 endCdataSectionHandler = end;
2598 However, now we have a start/endCdataSectionHandler, so it seems
3234 if (endCdataSectionHandler)
3235 endCdataSectionHandler(handlerArg);

Completed in 103 milliseconds