Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c350 doCdataSection(XML_Parser parser, const ENCODING *, const char **startPtr,
2644 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore); in doContent()
3223 enum XML_Error result = doCdataSection(parser, encoding, &start, end, in cdataSectionProcessor()
3244 doCdataSection(XML_Parser parser, in doCdataSection() function