Searched refs:tmp_deflates (Results 1 – 1 of 1) sorted by relevance
170 vector<BitExtent> tmp_deflates; in LocateDeflatesInZlibBlocks() local171 TEST_AND_RETURN_FALSE(LocateDeflatesInZlib(buffer, &tmp_deflates)); in LocateDeflatesInZlibBlocks()172 for (const auto& deflate : tmp_deflates) { in LocateDeflatesInZlibBlocks()286 vector<BitExtent> tmp_deflates; in LocateDeflatesInZipArchive() local290 data.data() + offset, data.size() - offset, offset, &tmp_deflates, in LocateDeflatesInZipArchive()305 deflates->insert(deflates->end(), tmp_deflates.begin(), tmp_deflates.end()); in LocateDeflatesInZipArchive()