- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for PutUint16 (0.08 sec)
-
cmd/xl-storage-format-v2.go
// if any change is made to the data stored, bumping this // will allow to detect the exact version later. xlVersionMinor = 3 ) func init() { binary.LittleEndian.PutUint16(xlVersionCurrent[0:2], xlVersionMajor) binary.LittleEndian.PutUint16(xlVersionCurrent[2:4], xlVersionMinor) } // The []journal contains all the different versions of the object. // // This array can have 3 kinds of objects: //
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1) -
cmd/site-replication.go
if objectAPI == nil { return errSRObjectLayerNotReady } data := make([]byte, 4, ss.Msgsize()+4) // Initialize the resync meta header. binary.LittleEndian.PutUint16(data[0:2], siteResyncMetaFormat) binary.LittleEndian.PutUint16(data[2:4], siteResyncMetaVersion) buf, err := ss.MarshalMsg(data) if err != nil { return err } return saveConfig(ctx, objectAPI, getSRResyncFilePath(ss.DeplID), buf)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
api/go1.txt
pkg encoding/binary, func Varint([]uint8) (int64, int) pkg encoding/binary, func Write(io.Writer, ByteOrder, interface{}) error pkg encoding/binary, type ByteOrder interface { PutUint16, PutUint32, PutUint64, String, Uint16, Uint32, Uint64 } pkg encoding/binary, type ByteOrder interface, PutUint16([]uint8, uint16) pkg encoding/binary, type ByteOrder interface, PutUint32([]uint8, uint32) pkg encoding/binary, type ByteOrder interface, PutUint64([]uint8, uint64)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)