- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 0x2 (0.01 seconds)
-
cmd/storage-datatypes_gen.go
_ = zb0001Mask if z.Prefix == "" { zb0001Len-- zb0001Mask |= 0x2 } // variable map header, size zb0001Len o = append(o, 0x80|uint8(zb0001Len)) // skip if no fields are to be emitted if zb0001Len != 0 { // string "bk" o = append(o, 0xa2, 0x62, 0x6b) o = msgp.AppendString(o, z.Bucket) if (zb0001Mask & 0x2) == 0 { // if not omitted // string "pr" o = append(o, 0xa2, 0x70, 0x72)Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 151.7K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
// otherwise there are no guarantees anyway, but this stuff is legacy anyways. final SmbComSeek seekReq = new SmbComSeek(config, 0); seekReq.setMode(0x2); // from EOF final SmbComSeekResponse seekResp = new SmbComSeekResponse(config); seekReq.setFid(response.getFid()); try { h.send(seekReq, seekResp);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)