Searched refs:z_stream_output_ (Results 1 – 2 of 2) sorted by relevance
34 z_stream_output_(new Bytef[output_buffer_bytes]), in ZlibOutputBuffer()65 z_stream_->next_out = z_stream_output_.get(); in Init()135 reinterpret_cast<char*>(z_stream_output_.get()), bytes_to_write)); in FlushOutputBufferToFile()137 z_stream_->next_out = z_stream_output_.get(); in FlushOutputBufferToFile()
107 std::unique_ptr<Bytef[]> z_stream_output_; variable