Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c375 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
2676 if (!reportProcessingInstruction(parser, enc, s, next)) in doContent()
4688 if (!reportProcessingInstruction(parser, enc, s, next)) in doProlog()
4773 if (!reportProcessingInstruction(parser, encoding, s, next)) in epilogProcessor()
5293 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function
/external/expat/lib/
Dxmlparse.c383 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
2712 if (!reportProcessingInstruction(parser, enc, s, next)) in doContent()
4724 if (!reportProcessingInstruction(parser, enc, s, next)) in doProlog()
4809 if (!reportProcessingInstruction(parser, encoding, s, next)) in epilogProcessor()
5329 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function