Home
last modified time | relevance | path

Searched refs:uncompLen (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);
338 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()
653 if (result != pEntry->uncompLen) { in processDeflatedEntry()
656 result, pEntry->uncompLen); in processDeflatedEntry()
1078 if (pEntry->uncompLen == 0) { in mzExtractRecursive()
1084 char *linkTarget = malloc(pEntry->uncompLen + 1); in mzExtractRecursive()
1090 pEntry->uncompLen); in mzExtractRecursive()
1097 linkTarget[pEntry->uncompLen] = '\0'; in mzExtractRecursive()
H A DZip.h30 long uncompLen; member
121 return pEntry->uncompLen; in mzGetZipEntryUncompLen()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
338 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()
651 if (result != pEntry->uncompLen) { in processDeflatedEntry()
654 result, pEntry->uncompLen); in processDeflatedEntry()
1077 if (pEntry->uncompLen == 0) { in mzExtractRecursive()
1083 char *linkTarget = malloc(pEntry->uncompLen + 1); in mzExtractRecursive()
1089 pEntry->uncompLen); in mzExtractRecursive()
1096 linkTarget[pEntry->uncompLen] = '\0'; in mzExtractRecursive()
H A DZip.h28 long uncompLen; member
124 return pEntry->uncompLen; in mzGetZipEntryUncompLen()