Searched refs:compLen (Results 1 – 4 of 4) sorted by relevance
95 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()
29 long compLen; member
95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);337 pEntry->compLen = get4LE(ptr + CENSIZ); in parseZipArchive()372 if (!safe_add(NULL, pEntry->offset, pEntry->compLen)) { in parseZipArchive()376 if ((size_t)pEntry->offset + pEntry->compLen > pMap->length) { in parseZipArchive()530 size_t bytesLeft = pEntry->compLen; in processStoredEntry()566 compRemaining = pEntry->compLen; in processDeflatedEntry()
27 long compLen; member