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

/external/chromium_org/third_party/expat/files/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;
2587 However, now we have a start/endCdataSectionHandler, so it seems
3221 if (endCdataSectionHandler)
3222 endCdataSectionHandler(handlerArg);
/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;
2587 However, now we have a start/endCdataSectionHandler, so it seems
3221 if (endCdataSectionHandler)
3222 endCdataSectionHandler(handlerArg);

Completed in 333 milliseconds