Home | History | Annotate | Download | only in minzip

Lines Matching refs:compLen

95         pEntry->compLen, pEntry->uncompLen, pEntry->compression);
337 pEntry->compLen = get4LE(ptr + CENSIZ);
373 if (!safe_add(NULL, pEntry->offset, pEntry->compLen)) {
377 if ((size_t)pEntry->offset + pEntry->compLen > pArchive->length) {
519 compRemaining = pEntry->compLen;
529 zstream.avail_in = pEntry->compLen;