Searched refs:CompressedSize64 (Results 1 – 7 of 7) sorted by relevance
52 fh.CompressedSize = uint32(fh.CompressedSize64)63 io.Copy(w.cw, io.NewSectionReader(orig.zipr, dataOffset, int64(orig.CompressedSize64)))77 b.uint64(fh.CompressedSize64)199 fh.CompressedSize64 = uint64(w.compCount.count)206 fh.CompressedSize = uint32(fh.CompressedSize64)225 b.uint64(fh.CompressedSize64)
94 eb.uint64(h.CompressedSize64)286 compressedSize := uint32(h.CompressedSize64)296 if h.CompressedSize64 > uint32max || h.UncompressedSize64 > uint32max {307 eb.uint64(h.CompressedSize64)377 fh.CompressedSize64 = uint64(w.compCount.count)385 fh.CompressedSize = uint32(fh.CompressedSize64)406 b.uint64(fh.CompressedSize64)
90 CompressedSize64: size,135 if g, w := toZipReader.File[0].CompressedSize64, uint64(size); g != w {157 CompressedSize64: size,
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
530 op.fh.CompressedSize64 = op.fh.UncompressedSize64