Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c501 static int reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
3175 if (! reportProcessingInstruction(parser, enc, s, next)) in doContent()
5579 if (! reportProcessingInstruction(parser, enc, s, next)) in doProlog()
5668 if (! reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor()
6268 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function