Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Egon (0.23 sec)

  1. src/cmd/cgo/gcc.go

    				// seems to be how cgo has worked historically.
    				sb.WriteString("_Ctype_void")
    			}
    			sb.WriteString(", error)")
    		}
    	}
    
    	sb.WriteString("{ ")
    
    	// Define _cgoN for each argument value.
    	// Write _cgoCheckPointer calls to sbCheck.
    	var sbCheck bytes.Buffer
    	for i, param := range params {
    		origArg := args[i]
    		arg, nu := p.mangle(f, &args[i], true)
    		if nu {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. api/go1.4.txt

    pkg syscall (linux-arm-cgo), type SysProcIDMap struct, HostID int
    pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int
    
    # CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre <******@****.***>
    pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501
    pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int
    pkg syscall (windows-386), const DnsSectionAdditional = 3
    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)
Back to top