Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c470 static enum XML_Error doIgnoreSection(XML_Parser parser, const ENCODING *,
4014 = doIgnoreSection(parser, parser->m_encoding, &start, end, endPtr, in ignoreSectionProcessor()
4029 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doIgnoreSection() function
5144 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()