Searched refs:bytes_until_limit (Results 1 – 1 of 1) sorted by relevance
237 int bytes_until_limit = closest_limit - total_bytes_read_; in Skip() local238 if (bytes_until_limit < count) { in Skip()240 if (bytes_until_limit > 0) { in Skip()242 input_->Skip(bytes_until_limit); in Skip()