Home | History | Annotate | Download | only in minzip

Lines Matching full:uncomplen

95         pEntry->compLen, pEntry->uncompLen, pEntry->compression);
338 pEntry->uncompLen = get4LE(ptr + CENLEN);
653 if (result != pEntry->uncompLen) {
656 result, pEntry->uncompLen);
1078 if (pEntry->uncompLen == 0) {
1084 char *linkTarget = malloc(pEntry->uncompLen + 1);
1090 pEntry->uncompLen);
1097 linkTarget[pEntry->uncompLen] = '\0';