Searched refs:reportProcessingInstruction (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 513 static int reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, 3227 if (! reportProcessingInstruction(parser, enc, s, next)) in doContent() 5539 if (! reportProcessingInstruction(parser, enc, s, next)) in doProlog() 5628 if (! reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor() 6258 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 502 static int reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, 3184 if (! reportProcessingInstruction(parser, enc, s, next)) in doContent() 5588 if (! reportProcessingInstruction(parser, enc, s, next)) in doProlog() 5677 if (! reportProcessingInstruction(parser, parser->m_encoding, s, next)) in epilogProcessor() 6290 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction() function
|
Completed in 22 milliseconds