Searched refs:ZIP64_EXTCRC (Results 1 – 2 of 2) sorted by relevance
379 e.csize = get64(tmpbuf, ZIP64_EXTSIZ - ZIP64_EXTCRC); in readEnd()380 e.size = get64(tmpbuf, ZIP64_EXTLEN - ZIP64_EXTCRC); in readEnd()382 tmpbuf, ZIP64_EXTHDR - ZIP64_EXTCRC - 1, ZIP64_EXTCRC); in readEnd()384 e.crc = get32(tmpbuf, ZIP64_EXTCRC); in readEnd()
72 static final int ZIP64_EXTCRC = 4; // uncompressed file crc-32 value field in ZipConstants64