Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for __reserved1 (0.39 sec)

  1. src/encoding/gob/type.go

    	tReserved7 = bootstrapType("_reserved1", (*struct{ r7 int })(nil))
    	tReserved6 = bootstrapType("_reserved1", (*struct{ r6 int })(nil))
    	tReserved5 = bootstrapType("_reserved1", (*struct{ r5 int })(nil))
    	tReserved4 = bootstrapType("_reserved1", (*struct{ r4 int })(nil))
    	tReserved3 = bootstrapType("_reserved1", (*struct{ r3 int })(nil))
    	tReserved2 = bootstrapType("_reserved1", (*struct{ r2 int })(nil))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  2. src/syscall/zerrors_aix_ppc64.go

    	S_MSG                         = 0x8
    	S_OUTPUT                      = 0x4
    	S_RDBAND                      = 0x20
    	S_RDNORM                      = 0x10
    	S_RESERVED1                   = 0x20000
    	S_RESERVED2                   = 0x200000
    	S_RESERVED3                   = 0x400000
    	S_RESERVED4                   = 0x80000000
    	S_RESFMT1                     = 0x10000000
    	S_RESFMT10                    = 0x34000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Sc_len      uint8
    	Sc_family   uint8
    	Ss_sysaddr  uint16
    	Sc_id       uint32
    	Sc_unit     uint32
    	Sc_reserved [5]uint32
    }
    
    type RawSockaddrVM struct {
    	Len       uint8
    	Family    uint8
    	Reserved1 uint16
    	Port      uint32
    	Cid       uint32
    }
    
    type XVSockPCB struct {
    	Xv_len           uint32
    	Xv_vsockpp       uint64
    	Xvp_local_cid    uint32
    	Xvp_local_port   uint32
    	Xvp_remote_cid   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. src/syscall/types_windows.go

    	dst.LastAccessTime = src.LastAccessTime
    	dst.LastWriteTime = src.LastWriteTime
    	dst.FileSizeHigh = src.FileSizeHigh
    	dst.FileSizeLow = src.FileSizeLow
    	dst.Reserved0 = src.Reserved0
    	dst.Reserved1 = src.Reserved1
    
    	// The src is 1 element bigger than dst, but it must be NUL.
    	copy(dst.FileName[:], src.FileName[:])
    	copy(dst.AlternateFileName[:], src.AlternateFileName[:])
    }
    
    type ByHandleFileInformation struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Sc_len      uint8
    	Sc_family   uint8
    	Ss_sysaddr  uint16
    	Sc_id       uint32
    	Sc_unit     uint32
    	Sc_reserved [5]uint32
    }
    
    type RawSockaddrVM struct {
    	Len       uint8
    	Family    uint8
    	Reserved1 uint16
    	Port      uint32
    	Cid       uint32
    }
    
    type XVSockPCB struct {
    	Xv_len           uint32
    	Xv_vsockpp       uint64
    	Xvp_local_cid    uint32
    	Xvp_local_port   uint32
    	Xvp_remote_cid   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_loong64.go

    	Atim              Timespec
    	Mtim              Timespec
    	Ctim              Timespec
    	X__glibc_reserved [2]int32
    }
    
    type statxTimestamp struct {
    	Sec         int64
    	Nsec        uint32
    	X__reserved int32
    }
    
    type statx_t struct {
    	Mask            uint32
    	Blksize         uint32
    	Attributes      uint64
    	Nlink           uint32
    	Uid             uint32
    	Gid             uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbComTransaction.java

                dstIndex += 2;
                writeInt2( maxDataCount, dst, dstIndex );
                dstIndex += 2;
                dst[dstIndex++] = maxSetupCount;
                dst[dstIndex++] = (byte)0x00;           // Reserved1
                writeInt2( flags, dst, dstIndex );
                dstIndex += 2;
                writeInt4( timeout, dst, dstIndex );
                dstIndex += 4;
                dst[dstIndex++] = (byte)0x00;           // Reserved2
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 10.5K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java

                dstIndex += 2;
                SMBUtil.writeInt2(this.maxDataCount, dst, dstIndex);
                dstIndex += 2;
                dst[ dstIndex++ ] = this.maxSetupCount;
                dst[ dstIndex++ ] = (byte) 0x00; // Reserved1
                SMBUtil.writeInt2(this.tflags, dst, dstIndex);
                dstIndex += 2;
                SMBUtil.writeInt4(this.timeout, dst, dstIndex);
                dstIndex += 4;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 17 13:43:42 UTC 2020
    - 13.2K bytes
    - Viewed (0)
Back to top