Home
last modified time | relevance | path

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

/NextBSD/contrib/expat/lib/
HDxmlparse.c576 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
857 endCdataSectionHandler = NULL; in parserInit()
996 = endCdataSectionHandler; in XML_ExternalEntityParserCreate()
1061 endCdataSectionHandler = oldEndCdataSectionHandler; in XML_ExternalEntityParserCreate()
1320 endCdataSectionHandler = end; in XML_SetCdataSectionHandler()
1332 endCdataSectionHandler = end; in XML_SetEndCdataSectionHandler()
3240 if (endCdataSectionHandler) in doCdataSection()
3241 endCdataSectionHandler(handlerArg); in doCdataSection()