Home
last modified time | relevance | path

Searched refs:hostLookupOrder (Results 1 – 25 of 107) sorted by relevance

12345

/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
539 order := systemConf().hostLookupOrder(host)
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
537 order := systemConf().hostLookupOrder(host)
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
539 order := systemConf().hostLookupOrder(host)
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
539 order := systemConf().hostLookupOrder(host)
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
539 order := systemConf().hostLookupOrder(host)
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
539 order := systemConf().hostLookupOrder(host)
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/
H A Ddnsclient_unix.go381 type hostLookupOrder int type
385 hostLookupCgo hostLookupOrder = iota
392 var lookupOrderName = map[hostLookupOrder]string{
400 func (o hostLookupOrder) String() string {
417 func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addr… argument
452 order := systemConf().hostLookupOrder(host)
457 func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, name string, order hostLookupOrder) (a… argument
539 order := systemConf().hostLookupOrder(host)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/
H A Ddnsclient_unix.go363 type hostLookupOrder int type
367 hostLookupCgo hostLookupOrder = iota
374 var lookupOrderName = map[hostLookupOrder]string{
382 func (o hostLookupOrder) String() string {
399 func goLookupHostOrder(name string, order hostLookupOrder) (addrs []string, err error) { argument
437 func goLookupIPOrder(name string, order hostLookupOrder) (addrs []IPAddr, err error) { argument
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/
H A Ddnsclient_unix.go363 type hostLookupOrder int type
367 hostLookupCgo hostLookupOrder = iota
374 var lookupOrderName = map[hostLookupOrder]string{
382 func (o hostLookupOrder) String() string {
399 func goLookupHostOrder(name string, order hostLookupOrder) (addrs []string, err error) { argument
437 func goLookupIPOrder(name string, order hostLookupOrder) (addrs []IPAddr, err error) { argument
H A Dconf.go117 return c.hostLookupOrder("") == hostLookupCgo
121 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/
H A Ddnsclient_unix.go354 type hostLookupOrder int type
358 hostLookupCgo hostLookupOrder = iota
365 var lookupOrderName = map[hostLookupOrder]string{
373 func (o hostLookupOrder) String() string {
390 func goLookupHostOrder(name string, order hostLookupOrder) (addrs []string, err error) { argument
428 func goLookupIPOrder(name string, order hostLookupOrder) (addrs []IPAddr, err error) { argument
H A Dconf.go118 return c.hostLookupOrder("") == hostLookupCgo
122 func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) { func
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/
H A Dconf.go118 return c.hostLookupOrder(nil, "") == hostLookupCgo
123 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/
H A Dconf.go118 return c.hostLookupOrder(nil, "") == hostLookupCgo
123 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/
H A Dconf.go119 return c.hostLookupOrder(nil, "") == hostLookupCgo
124 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/
H A Dconf.go119 return c.hostLookupOrder(nil, "") == hostLookupCgo
124 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/
H A Dconf.go118 return c.hostLookupOrder(nil, "") == hostLookupCgo
123 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) { func
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/
H A Dconf.go118 return c.hostLookupOrder(nil, "") == hostLookupCgo
123 func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) { func

12345