Lines Matching refs:compLen
540 size_t compLen = get4LE(ptr + kCDECompLen); in getEntryInfo() local
542 *pCompLen = compLen; in getEntryInfo()
640 if ((dataOffset >= cdOffset) || (compLen > (cdOffset - dataOffset))) { in getEntryInfo()
642 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset); in getEntryInfo()
695 size_t compLen; in createEntryFileMap() local
698 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) { in createEntryFileMap()
706 actualLen = compLen; in createEntryFileMap()
734 size_t uncompLen, compLen; in uncompressEntry() local
739 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) { in uncompressEntry()
763 if (compLen > kSequentialMin) in uncompressEntry()
769 if (!inflateBuffer(buffer, ptr, uncompLen, compLen)) in uncompressEntry()
773 if (compLen > kSequentialMin) in uncompressEntry()
798 size_t uncompLen, compLen; in uncompressEntry() local
803 if (!getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL)) { in uncompressEntry()
827 if (!inflateBuffer(fd, ptr, uncompLen, compLen)) { in uncompressEntry()
844 size_t uncompLen, size_t compLen) in inflateBuffer() argument
858 zstream.avail_in = compLen; in inflateBuffer()
909 size_t uncompLen, size_t compLen) in inflateBuffer() argument
925 zstream.avail_in = compLen; in inflateBuffer()