Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for cgo (0.13 sec)

  1. api/go1.12.txt

    pkg syscall (freebsd-386-cgo), type Dirent struct, Off int64
    pkg syscall (freebsd-386-cgo), type Dirent struct, Pad0 uint8
    pkg syscall (freebsd-386-cgo), type Dirent struct, Pad1 uint16
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Atim_ext int32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize int32
    pkg syscall (freebsd-386-cgo), type Stat_t struct, Btim_ext int32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    	<preamble>
    	__typeof__(t1) *__cgo__1;
    	__typeof__(v2) *__cgo__2;
    	__typeof__(v3) *__cgo__3;
    	__typeof__(i4) *__cgo__4;
    	enum { __cgo_enum__4 = i4 };
    	__typeof__(i5) *__cgo__5;
    	enum { __cgo_enum__5 = i5 };
    	__typeof__(u6) *__cgo__6;
    	enum { __cgo_enum__6 = u6 };
    	__typeof__(f7) *__cgo__7;
    	__typeof__(f8) *__cgo__8;
    	__typeof__(s9) *__cgo__9;
    	__typeof__(s10) *__cgo__10;
    
    	long long __cgodebug_ints[] = {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  3. api/except.txt

    pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  4. api/go1.17.txt

    pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr
    pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
    pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
    pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
    pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
    pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  5. api/go1.9.txt

    pkg math/bits (linux-amd64), const UintSize = 64
    pkg math/bits (linux-amd64-cgo), const UintSize = 64
    pkg math/bits (linux-arm), const UintSize = 32
    pkg math/bits (linux-arm-cgo), const UintSize = 32
    pkg math/bits (netbsd-386), const UintSize = 32
    pkg math/bits (netbsd-386-cgo), const UintSize = 32
    pkg math/bits (netbsd-amd64), const UintSize = 64
    pkg math/bits (netbsd-amd64-cgo), const UintSize = 64
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  6. Makefile

    test-iam: build ## verify IAM (external IDP, etcd backends)
    	@echo "Running tests for IAM (external IDP, etcd backends)"
    	@MINIO_API_REQUESTS_MAX=10000 CGO_ENABLED=0 go test -tags kqueue -v -run TestIAM* ./cmd
    	@echo "Running tests for IAM (external IDP, etcd backends) with -race"
    	@MINIO_API_REQUESTS_MAX=10000 GORACE=history_size=7 CGO_ENABLED=1 go test -race -tags kqueue -v -run TestIAM* ./cmd
    
    test-iam-ldap-upgrade-import: build ## verify IAM (external LDAP IDP)
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:55:41 GMT 2024
    - 10.3K bytes
    - Viewed (1)
  7. api/go1.5.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ctty int
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Foreground bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pgid int
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Ctty int
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Foreground bool
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Pgid int
    pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ctty int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  8. api/go1.11.txt

    pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768
    pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int
    pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384
    pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int
    pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93
    pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 ideal-int
    pkg syscall (openbsd-386-cgo), const SYS_PIPE2 = 101
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  9. api/go1.4.txt

    pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
    pkg syscall (linux-386-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
    pkg syscall (linux-386-cgo), type SysProcIDMap struct
    pkg syscall (linux-386-cgo), type SysProcIDMap struct, ContainerID int
    pkg syscall (linux-386-cgo), type SysProcIDMap struct, HostID int
    pkg syscall (linux-386-cgo), type SysProcIDMap struct, Size int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  10. api/go1.18.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
Back to top