- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for PartIndices (0.26 sec)
-
cmd/xl-storage-format-v2_gen.go
if err != nil { err = msgp.WrapError(err, "PartIndices") return } if cap(z.PartIndices) >= int(zb0009) { z.PartIndices = (z.PartIndices)[:zb0009] } else { z.PartIndices = make([][]byte, zb0009) } for za0008 := range z.PartIndices { z.PartIndices[za0008], err = dc.ReadBytes(z.PartIndices[za0008]) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 56K bytes - Viewed (0) -
cmd/xl-storage-format-v2-legacy.go
if v > xlMetaVersion { return bts, fmt.Errorf("unknown xlMetaVersion: %d", v) } // Clear omitempty fields: if j.ObjectV2 != nil && len(j.ObjectV2.PartIndices) > 0 { j.ObjectV2.PartIndices = j.ObjectV2.PartIndices[:0] } o, err = j.UnmarshalMsg(bts) // Fix inconsistent x-minio-internal-replication-timestamp by converting to UTC. // Fixed in version 2 or later
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 19 16:43:43 UTC 2024 - 5.7K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
version.ObjectV2 != nil && len(version.ObjectV2.PartIndices) > 0 { var changed bool clearField := true for i, sz := range version.ObjectV2.PartActualSizes { if len(version.ObjectV2.PartIndices) > i { // 8<<20 is current 'compMinIndexSize', but we detach it in case it should change in the future. if sz <= 8<<20 && len(version.ObjectV2.PartIndices[i]) > 0 { changed = true
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1)