Lines Matching refs:uncompLen
95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
338 pEntry->uncompLen = get4LE(ptr + CENLEN);
505 return processFunction(pArchive->addr + pEntry->offset, pEntry->uncompLen, cookie);
586 if (result != pEntry->uncompLen) {
589 result, pEntry->uncompLen);
753 *length = pEntry->uncompLen;
1024 if (pEntry->uncompLen == 0) {
1030 char *linkTarget = malloc(pEntry->uncompLen + 1);
1036 pEntry->uncompLen);
1043 linkTarget[pEntry->uncompLen] = '\0';