Searched refs:next_unread_byte_ (Results 1 – 2 of 2) sorted by relevance
118 next_unread_byte_ = reinterpret_cast<char*>(z_stream_def_->output.get()); in InitZlibBuffer()179 next_unread_byte_; in ReadBytesFromCache()182 result->append(next_unread_byte_, can_read_bytes); in ReadBytesFromCache()183 next_unread_byte_ += can_read_bytes; in ReadBytesFromCache()191 next_unread_byte_ - reinterpret_cast<char*>(z_stream_def_->output.get()); in NumUnreadBytes()213 next_unread_byte_ = reinterpret_cast<char*>(z_stream_def_->output.get()); in ReadNBytes()
86 char* next_unread_byte_; // Next unread byte in z_stream_output_ variable