Searched refs:doIgnoreSection (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 479 static enum XML_Error doIgnoreSection(XML_Parser parser, const ENCODING *, 4067 = doIgnoreSection(parser, parser->m_encoding, &start, end, endPtr, in ignoreSectionProcessor() 4082 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doIgnoreSection() function 5231 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 472 static enum XML_Error doIgnoreSection(XML_Parser parser, const ENCODING *, 4150 = doIgnoreSection(parser, parser->m_encoding, &start, end, endPtr, in ignoreSectionProcessor() 4165 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doIgnoreSection() function 5280 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()
|
Completed in 21 milliseconds