Searched refs:bytes_until_limit (Results 1 – 1 of 1) sorted by relevance
177 int bytes_until_limit = closest_limit - total_bytes_read_; in Skip() local178 if (bytes_until_limit < count) { in Skip()180 if (bytes_until_limit > 0) { in Skip()182 input_->Skip(bytes_until_limit); in Skip()