Searched refs:CompressedSize64 (Results 1 – 6 of 6) sorted by relevance
54 io.Copy(w.cw, io.NewSectionReader(orig.zipr, dataOffset, int64(orig.CompressedSize64)))68 b.uint64(fh.CompressedSize64)190 fh.CompressedSize64 = uint64(w.compCount.count)197 fh.CompressedSize = uint32(fh.CompressedSize64)216 b.uint64(fh.CompressedSize64)
94 eb.uint64(h.CompressedSize64)279 if h.CompressedSize64 > uint32max || h.UncompressedSize64 > uint32max {282 compressedSize := uint32(h.CompressedSize64)358 fh.CompressedSize64 = uint64(w.compCount.count)366 fh.CompressedSize = uint32(fh.CompressedSize64)387 b.uint64(fh.CompressedSize64)
86 CompressedSize64 uint64 member238 return fh.CompressedSize64 >= uint32max || fh.UncompressedSize64 >= uint32max
161 size := int64(f.CompressedSize64)267 f.CompressedSize64 = uint64(f.CompressedSize)317 f.CompressedSize64 = eb.uint64()
224 fh.CompressedSize64 = fh.UncompressedSize64
544 op.fh.CompressedSize64 = op.fh.UncompressedSize64