Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A 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()
H A DZip.h29 long compLen; member
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c95 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()
H A DZip.h27 long compLen; member