Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c442 static int reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
2991 if (! reportProcessingInstruction(parser, enc, s, next)) in doContent()
5050 if (! reportProcessingInstruction(parser, enc, s, next)) in doProlog()
5132 if (! reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor()
5670 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function
/external/python/cpython3/Modules/expat/
Dxmlparse.c441 static int reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
2970 if (! reportProcessingInstruction(parser, enc, s, next)) in doContent()
5029 if (! reportProcessingInstruction(parser, enc, s, next)) in doProlog()
5111 if (! reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor()
5649 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function
/external/python/cpython2/Modules/expat/
Dxmlparse.c460 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
3107 if (!reportProcessingInstruction(parser, enc, s, next)) in doContent()
5263 if (!reportProcessingInstruction(parser, enc, s, next)) in doProlog()
5348 if (!reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor()
5917 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function