Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c533 static int reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
3262 if (! reportProcessingInstruction(parser, enc, s, next)) in doContent()
5700 if (! reportProcessingInstruction(parser, enc, s, next)) in doProlog()
5789 if (! reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor()
6422 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function