Searched refs:UncompressedSize (Results 1 – 6 of 6) sorted by relevance
53 fh.UncompressedSize = uint32(fh.UncompressedSize64)81 b.uint32(fh.UncompressedSize)203 fh.UncompressedSize = uint32max207 fh.UncompressedSize = uint32(fh.UncompressedSize64)229 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)293 uncompressedSize = h.UncompressedSize382 fh.UncompressedSize = uint32max386 fh.UncompressedSize = uint32(fh.UncompressedSize64)410 b.uint32(fh.UncompressedSize)
266 f.UncompressedSize = b.uint32()268 f.UncompressedSize64 = uint64(f.UncompressedSize)283 needUSize := f.UncompressedSize == ^uint32(0)
384 size := uint64(f.UncompressedSize)
731 fileSize = int64(header.UncompressedSize)