Searched refs:tmp_deflates (Results 1 – 1 of 1) sorted by relevance
171 vector<BitExtent> tmp_deflates; in LocateDeflatesInZlibBlocks() local172 TEST_AND_RETURN_FALSE(LocateDeflatesInZlib(buffer, &tmp_deflates)); in LocateDeflatesInZlibBlocks()173 for (const auto& deflate : tmp_deflates) { in LocateDeflatesInZlibBlocks()294 vector<BitExtent> tmp_deflates; in LocateDeflatesInZipArchive() local298 data.data() + offset, data.size() - offset, offset, &tmp_deflates, in LocateDeflatesInZipArchive()313 deflates->insert(deflates->end(), tmp_deflates.begin(), tmp_deflates.end()); in LocateDeflatesInZipArchive()