MCPcopy Create free account
hub / github.com/TeamWin/Team-Win-Recovery-Project / mzProcessZipEntryContents

Function mzProcessZipEntryContents

minzip/Zip.c:602–622  ·  view source on GitHub ↗

* Stream the uncompressed data through the supplied function, * passing cookie to it each time it gets called. processFunction * may be called more than once. * * If processFunction returns false, the operation is abandoned and * mzProcessZipEntryContents() immediately returns false. * * This is useful for calculating the hash of an entry's uncompressed contents. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

mzReadZipEntryFunction · 0.85
mzExtractZipEntryToFileFunction · 0.85

Calls 2

processStoredEntryFunction · 0.85
processDeflatedEntryFunction · 0.85

Tested by

no test coverage detected