Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for DnsRecordListFree (0.31 sec)

  1. src/net/lookup_windows.go

    		// if there are no aliases, the canonical name is the input name
    		return absDomainName(name), nil
    	}
    	if e != nil {
    		return "", newDNSError(winError("dnsquery", e), name, "")
    	}
    	defer syscall.DnsRecordListFree(rec, 1)
    
    	resolved := resolveCNAME(syscall.StringToUTF16Ptr(name), rec)
    	cname := windows.UTF16PtrToString(resolved)
    	return absDomainName(cname), nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_windows.go

    	procDnsNameCompare_W                   = moddnsapi.NewProc("DnsNameCompare_W")
    	procDnsQuery_W                         = moddnsapi.NewProc("DnsQuery_W")
    	procDnsRecordListFree                  = moddnsapi.NewProc("DnsRecordListFree")
    	procGetAdaptersInfo                    = modiphlpapi.NewProc("GetAdaptersInfo")
    	procGetIfEntry                         = modiphlpapi.NewProc("GetIfEntry")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  3. src/syscall/syscall_windows.go

    //sys	DnsQuery(name string, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) = dnsapi.DnsQuery_W
    //sys	DnsRecordListFree(rl *DNSRecord, freetype uint32) = dnsapi.DnsRecordListFree
    //sys	DnsNameCompare(name1 *uint16, name2 *uint16) (same bool) = dnsapi.DnsNameCompare_W
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	DnsQuery(name string, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) = dnsapi.DnsQuery_W
    //sys	DnsRecordListFree(rl *DNSRecord, freetype uint32) = dnsapi.DnsRecordListFree
    //sys	DnsNameCompare(name1 *uint16, name2 *uint16) (same bool) = dnsapi.DnsNameCompare_W
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procDnsQuery_W                                           = moddnsapi.NewProc("DnsQuery_W")
    	procDnsRecordListFree                                    = moddnsapi.NewProc("DnsRecordListFree")
    	procDwmGetWindowAttribute                                = moddwmapi.NewProc("DwmGetWindowAttribute")
    	procDwmSetWindowAttribute                                = moddwmapi.NewProc("DwmSetWindowAttribute")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Dirent.Reclen", Field, 0},
    		{"Dirent.Seekoff", Field, 0},
    		{"Dirent.Type", Field, 0},
    		{"Dirent.X__d_padding", Field, 3},
    		{"DnsNameCompare", Func, 4},
    		{"DnsQuery", Func, 0},
    		{"DnsRecordListFree", Func, 0},
    		{"DnsSectionAdditional", Const, 4},
    		{"DnsSectionAnswer", Const, 4},
    		{"DnsSectionAuthority", Const, 4},
    		{"DnsSectionQuestion", Const, 4},
    		{"Dup", Func, 0},
    		{"Dup2", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (windows-386), func DeleteFile(*uint16) error
    pkg syscall (windows-386), func DnsQuery(string, uint16, uint32, *uint8, **DNSRecord, *uint8) error
    pkg syscall (windows-386), func DnsRecordListFree(*DNSRecord, uint32)
    pkg syscall (windows-386), func DuplicateHandle(Handle, Handle, Handle, *Handle, uint32, bool, uint32) error
    pkg syscall (windows-386), func EscapeArg(string) string
    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