Lines Matching refs:decompressed
1070 scoped_array<char> decompressed(new char[decompressed_max_size]);1075 reinterpret_cast<Bytef*>(decompressed.get());1090 decompressed.get(),1543 if (rv != Z_OK) { // How can we know that it decompressed everything?