Home
last modified time | relevance | path

Searched refs:compLen (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/minzip/
DZip.h36 long compLen; member
DZip.c95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
337 pEntry->compLen = get4LE(ptr + CENSIZ); in parseZipArchive()
373 if (!safe_add(NULL, pEntry->offset, pEntry->compLen)) { in parseZipArchive()
377 if ((size_t)pEntry->offset + pEntry->compLen > pMap->length) { in parseZipArchive()
531 size_t bytesLeft = pEntry->compLen; in processStoredEntry()
567 compRemaining = pEntry->compLen; in processDeflatedEntry()