Searched refs:UncompressedSize (Results 1 – 7 of 7) sorted by relevance
72 b.uint32(fh.UncompressedSize)194 fh.UncompressedSize = uint32max198 fh.UncompressedSize = uint32(fh.UncompressedSize64)220 b.uint32(fh.UncompressedSize)
85 UncompressedSize uint32 // Deprecated: Use UncompressedSize64 instead. member108 return int64(fi.fh.UncompressedSize)129 fh.UncompressedSize = uint32max131 fh.UncompressedSize = uint32(fh.UncompressedSize64)
99 b.uint32(h.UncompressedSize)289 uncompressedSize = h.UncompressedSize363 fh.UncompressedSize = uint32max367 fh.UncompressedSize = uint32(fh.UncompressedSize64)391 b.uint32(fh.UncompressedSize)
75 if got, want := fh2.UncompressedSize, wantUncompressedSize; got != want {96 UncompressedSize: 987654321,100 testHeaderRoundTrip(fh, fh.UncompressedSize, uint64(fh.UncompressedSize), t)327 if got, want := f0.UncompressedSize, uint32(uint32max); got != want {
266 f.UncompressedSize = b.uint32()268 f.UncompressedSize64 = uint64(f.UncompressedSize)283 needUSize := f.UncompressedSize == ^uint32(0)
384 size := uint64(f.UncompressedSize)
743 fileSize = int64(header.UncompressedSize)