Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for TailLength (0.26 sec)

  1. src/syscall/types_windows.go

    	TF_USE_DEFAULT_WORKER = 0
    	TF_USE_SYSTEM_THREAD  = 16
    	TF_USE_KERNEL_APC     = 32
    )
    
    type TransmitFileBuffers struct {
    	Head       uintptr
    	HeadLength uint32
    	Tail       uintptr
    	TailLength uint32
    }
    
    const (
    	IFF_UP           = 1
    	IFF_BROADCAST    = 2
    	IFF_LOOPBACK     = 4
    	IFF_POINTTOPOINT = 8
    	IFF_MULTICAST    = 16
    )
    
    const SIO_GET_INTERFACE_LIST = 0x4004747F
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	TF_USE_DEFAULT_WORKER = 0
    	TF_USE_SYSTEM_THREAD  = 16
    	TF_USE_KERNEL_APC     = 32
    )
    
    type TransmitFileBuffers struct {
    	Head       uintptr
    	HeadLength uint32
    	Tail       uintptr
    	TailLength uint32
    }
    
    const (
    	IFF_UP           = 1
    	IFF_BROADCAST    = 2
    	IFF_LOOPBACK     = 4
    	IFF_POINTTOPOINT = 8
    	IFF_MULTICAST    = 16
    )
    
    const SIO_GET_INTERFACE_LIST = 0x4004747F
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TransmitFileBuffers", Type, 0},
    		{"TransmitFileBuffers.Head", Field, 0},
    		{"TransmitFileBuffers.HeadLength", Field, 0},
    		{"TransmitFileBuffers.Tail", Field, 0},
    		{"TransmitFileBuffers.TailLength", Field, 0},
    		{"Truncate", Func, 0},
    		{"UNIX_PATH_MAX", Const, 12},
    		{"USAGE_MATCH_TYPE_AND", Const, 0},
    		{"USAGE_MATCH_TYPE_OR", Const, 0},
    		{"UTF16FromString", Func, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (windows-386), type TransmitFileBuffers struct, HeadLength uint32
    pkg syscall (windows-386), type TransmitFileBuffers struct, Tail uintptr
    pkg syscall (windows-386), type TransmitFileBuffers struct, TailLength uint32
    pkg syscall (windows-386), type UserInfo10 struct
    pkg syscall (windows-386), type UserInfo10 struct, Comment *uint16
    pkg syscall (windows-386), type UserInfo10 struct, FullName *uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top