Searched refs:toread (Results 1 – 1 of 1) sorted by relevance
105 auto toread = xt->fe_length; in check_file() local106 while (toread > 0) { in check_file()109 static_cast<size_t>(std::min(static_cast<typeof(toread)>(sizeof(buf)), toread)); in check_file()118 toread -= l; in check_file()