Searched refs:endCdataSectionHandler (Results 1 – 1 of 1) sorted by relevance
584 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro892 endCdataSectionHandler = NULL; in parserInit()1031 = endCdataSectionHandler; in XML_ExternalEntityParserCreate()1096 endCdataSectionHandler = oldEndCdataSectionHandler; in XML_ExternalEntityParserCreate()1355 endCdataSectionHandler = end; in XML_SetCdataSectionHandler()1367 endCdataSectionHandler = end; in XML_SetEndCdataSectionHandler()3273 if (endCdataSectionHandler) in doCdataSection()3274 endCdataSectionHandler(handlerArg); in doCdataSection()