Home
last modified time | relevance | path

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

/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c343 doCdataSection(XML_Parser parser, const ENCODING *, const char **startPtr,
2595 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore); in doContent()
3172 enum XML_Error result = doCdataSection(parser, encoding, &start, end, in cdataSectionProcessor()
3193 doCdataSection(XML_Parser parser, in doCdataSection() function