Searched refs:bytesMore (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 583 ptrdiff_t bytesMore, int source_line, 7673 const char *after, ptrdiff_t bytesMore, int source_line, in accountingReportDiff() 7679 bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP", in accountingReportDiff() 7732 const ptrdiff_t bytesMore = after - before; in accountingDiffTolerated() local 7739 if (*additionTarget > (XmlBigCount)(-1) - (XmlBigCount)bytesMore) in accountingDiffTolerated() 7741 *additionTarget += bytesMore; in accountingDiffTolerated() 7756 bytesMore, source_line, account); in accountingDiffTolerated() 7671 accountingReportDiff(XML_Parser rootParser, unsigned int levelsAwayFromRootParser, const char *before, const char *after, ptrdiff_t bytesMore, int source_line, enum XML_Account account) accountingReportDiff() argument
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 572 ptrdiff_t bytesMore, int source_line, 7697 const char *after, ptrdiff_t bytesMore, int source_line, in accountingReportDiff() 7703 bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP", in accountingReportDiff() 7756 const ptrdiff_t bytesMore = after - before; in accountingDiffTolerated() local 7763 if (*additionTarget > (XmlBigCount)(-1) - (XmlBigCount)bytesMore) in accountingDiffTolerated() 7765 *additionTarget += bytesMore; in accountingDiffTolerated() 7780 bytesMore, source_line, account); in accountingDiffTolerated() 7695 accountingReportDiff(XML_Parser rootParser, unsigned int levelsAwayFromRootParser, const char *before, const char *after, ptrdiff_t bytesMore, int source_line, enum XML_Account account) accountingReportDiff() argument
|
Completed in 21 milliseconds