Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c583 #define endCdataSectionHandler (parser->m_endCdataSectionHandler) macro
891 endCdataSectionHandler = NULL; in parserInit()
1030 = endCdataSectionHandler; in XML_ExternalEntityParserCreate()
1095 endCdataSectionHandler = oldEndCdataSectionHandler; in XML_ExternalEntityParserCreate()
1354 endCdataSectionHandler = end; in XML_SetCdataSectionHandler()
1366 endCdataSectionHandler = end; in XML_SetEndCdataSectionHandler()
3272 if (endCdataSectionHandler) in doCdataSection()
3273 endCdataSectionHandler(handlerArg); in doCdataSection()