Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c557 static int reportComment(XML_Parser parser, const ENCODING *enc,
3751 if (! reportComment(parser, enc, s, next))
6205 if (! reportComment(parser, enc, s, next))
6299 if (! reportComment(parser, parser->m_encoding, s, next))
7089 reportComment(XML_Parser parser, const ENCODING *enc, const char *start, function