Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PartIndices (0.29 sec)

  1. 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 Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  2. cmd/xl-storage-format-v2.go

    	PartActualSizes    []int64           `json:"PartASizes,omitempty" msg:"PartASizes,allownil"` // Part ActualSizes (compression)
    	PartIndices        [][]byte          `json:"PartIndices,omitempty" msg:"PartIdx,omitempty"`  // Part Indexes (compression)
    	Size               int64             `json:"Size" msg:"Size"`                                // Object version size
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 64K bytes
    - Viewed (1)
Back to top