Searched refs:bytes_until_limit (Results 1 – 1 of 1) sorted by relevance
210 int bytes_until_limit = closest_limit - total_bytes_read_; in Skip() local211 if (bytes_until_limit < count) { in Skip()213 if (bytes_until_limit > 0) { in Skip()215 input_->Skip(bytes_until_limit); in Skip()