Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/expat/lib/
Dxmlparse.c382 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
2711 if (!reportProcessingInstruction(parser, enc, s, next)) in doContent()
4723 if (!reportProcessingInstruction(parser, enc, s, next)) in doProlog()
4808 if (!reportProcessingInstruction(parser, encoding, s, next)) in epilogProcessor()
5328 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function