Home
last modified time | relevance | path

Searched refs:getHostname (Results 1 – 25 of 854) sorted by relevance

12345678910>>...35

/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/
H A Ddnsconfig_unix_test.go108 origGetHostname := getHostname
109 defer func() { getHostname = origGetHostname }()
110 getHostname = func() (string, error) { return "host.domain.local", nil }
125 origGetHostname := getHostname
126 defer func() { getHostname = origGetHostname }()
127 getHostname = func() (string, error) { return "host.domain.local", nil }
177 origGetHostname := getHostname
178 defer func() { getHostname = origGetHostname }()
181 getHostname = func() (string, error) { return tt.name, tt.err }
190 origGetHostname := getHostname
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/
H A Ddnsconfig_unix_test.go165 origGetHostname := getHostname
166 defer func() { getHostname = origGetHostname }()
167 getHostname = func() (string, error) { return "host.domain.local", nil }
182 origGetHostname := getHostname
183 defer func() { getHostname = origGetHostname }()
184 getHostname = func() (string, error) { return "host.domain.local", nil }
234 origGetHostname := getHostname
235 defer func() { getHostname = origGetHostname }()
238 getHostname = func() (string, error) { return tt.name, tt.err }
247 origGetHostname := getHostname
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/
H A Ddnsconfig_unix_test.go163 origGetHostname := getHostname
164 defer func() { getHostname = origGetHostname }()
165 getHostname = func() (string, error) { return "host.domain.local", nil }
180 origGetHostname := getHostname
181 defer func() { getHostname = origGetHostname }()
182 getHostname = func() (string, error) { return "host.domain.local", nil }
232 origGetHostname := getHostname
233 defer func() { getHostname = origGetHostname }()
236 getHostname = func() (string, error) { return tt.name, tt.err }
245 origGetHostname := getHostname
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/
H A Ddnsconfig_unix_test.go164 origGetHostname := getHostname
165 defer func() { getHostname = origGetHostname }()
166 getHostname = func() (string, error) { return "host.domain.local", nil }
181 origGetHostname := getHostname
182 defer func() { getHostname = origGetHostname }()
183 getHostname = func() (string, error) { return "host.domain.local", nil }
233 origGetHostname := getHostname
234 defer func() { getHostname = origGetHostname }()
237 getHostname = func() (string, error) { return tt.name, tt.err }
246 origGetHostname := getHostname
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/
H A Ddnsconfig_unix_test.go164 origGetHostname := getHostname
165 defer func() { getHostname = origGetHostname }()
166 getHostname = func() (string, error) { return "host.domain.local", nil }
181 origGetHostname := getHostname
182 defer func() { getHostname = origGetHostname }()
183 getHostname = func() (string, error) { return "host.domain.local", nil }
233 origGetHostname := getHostname
234 defer func() { getHostname = origGetHostname }()
237 getHostname = func() (string, error) { return tt.name, tt.err }
246 origGetHostname := getHostname
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/
H A Ddnsconfig_unix_test.go164 origGetHostname := getHostname
165 defer func() { getHostname = origGetHostname }()
166 getHostname = func() (string, error) { return "host.domain.local", nil }
181 origGetHostname := getHostname
182 defer func() { getHostname = origGetHostname }()
183 getHostname = func() (string, error) { return "host.domain.local", nil }
233 origGetHostname := getHostname
234 defer func() { getHostname = origGetHostname }()
237 getHostname = func() (string, error) { return tt.name, tt.err }
246 origGetHostname := getHostname
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/
H A Ddnsconfig_unix_test.go163 origGetHostname := getHostname
164 defer func() { getHostname = origGetHostname }()
165 getHostname = func() (string, error) { return "host.domain.local", nil }
180 origGetHostname := getHostname
181 defer func() { getHostname = origGetHostname }()
182 getHostname = func() (string, error) { return "host.domain.local", nil }
232 origGetHostname := getHostname
233 defer func() { getHostname = origGetHostname }()
236 getHostname = func() (string, error) { return tt.name, tt.err }
245 origGetHostname := getHostname
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/
H A Ddnsconfig_unix_test.go164 origGetHostname := getHostname
165 defer func() { getHostname = origGetHostname }()
166 getHostname = func() (string, error) { return "host.domain.local", nil }
181 origGetHostname := getHostname
182 defer func() { getHostname = origGetHostname }()
183 getHostname = func() (string, error) { return "host.domain.local", nil }
233 origGetHostname := getHostname
234 defer func() { getHostname = origGetHostname }()
237 getHostname = func() (string, error) { return tt.name, tt.err }
246 origGetHostname := getHostname
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/
H A Ddnsconfig_unix_test.go163 origGetHostname := getHostname
164 defer func() { getHostname = origGetHostname }()
165 getHostname = func() (string, error) { return "host.domain.local", nil }
180 origGetHostname := getHostname
181 defer func() { getHostname = origGetHostname }()
182 getHostname = func() (string, error) { return "host.domain.local", nil }
232 origGetHostname := getHostname
233 defer func() { getHostname = origGetHostname }()
236 getHostname = func() (string, error) { return tt.name, tt.err }
245 origGetHostname := getHostname
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-it/src/test/java/org/apache/hadoop/hbase/
H A DDistributedHBaseCluster.java117 serverName.getHostname(), serverName.getPort()); in killRegionServer()
124 serverName.getHostname(), serverName.getPort()); in stopRegionServer()
142 serverName.getHostname(), serverName.getPort()); in killZkNode()
149 serverName.getHostname(), serverName.getPort()); in stopZkNode()
166 serverName.getHostname(), serverName.getPort()); in startDataNode()
173 serverName.getHostname(), serverName.getPort()); in killDataNode()
180 serverName.getHostname(), serverName.getPort()); in stopDataNode()
362 backup.getHostname(), in restoreMasters()
423 int compare = o1.getHostname().compareToIgnoreCase(o2.getHostname()); in compare()
449 sn.getHostname(), in restoreRegionServers()
[all …]
/dports/devel/commoncpp/commoncpp2-1.8.1/demo/
H A Dtcpthread.cpp75 cout << "accepting from: " << ia.getHostname() << ":" << port << endl;; in onAccept()
97 *tcp() << "welcome to " << addr.getHostname() << " from socket " << (int)so << endl; in run()
114 cout << "testing addr: " << addr.getHostname() << ":" << 4096 << endl; in main()
116 cout << "binding for: " << addr.getHostname() << ":" << 4096 << endl; in main()
132 cerr << "socket error " << saddr.getHostname() << ":" << port << " = " << err << endl; in main()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/http/
H A DHTTPConnection.cpp104 return (proxyparams.getHostname() == proxy.getHostname() && in canReuse()
108 else return (params.getHostname() == params_.getHostname() && in canReuse()
115 if(proxyparams.getHostname().empty()) in connect()
116 return transport->connect(p_object, params.getHostname().c_str(), in connect()
119 return transport->connect(p_object, proxyparams.getHostname().c_str(), in connect()
156 if(!proxyparams.getHostname().empty()) in request()
163 if(!connected() && ( params.getHostname().empty() || !connect() )) in request()
432 req << "Host: " << params.getHostname() << ":" << params.getPort() << "\r\n"; in buildRequestHeader()
436 req << "Host: " << params.getHostname() << "\r\n"; in buildRequestHeader()
499 return (params.getHostname() == params_.getHostname() && in canReuse()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DNetwork.hs10 module Utility.Network (getHostname) where
21 getHostname :: IO (Maybe String)
22 getHostname = catchMaybeIO uname_node function
/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dredirect.go65 if ok := hosts[getHostname(req.URL.Host)]; !ok {
79 func getHostname(host string) (hostname string) { func
92 curHostname := getHostname(cur.URL.Host)
93 preHostname := getHostname(pre.URL.Host)
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Dredirect.go67 if ok := hosts[getHostname(req.URL.Host)]; !ok {
77 func getHostname(host string) (hostname string) { func
90 curHostname := getHostname(cur.URL.Host)
91 preHostname := getHostname(pre.URL.Host)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dredirect.go67 if ok := hosts[getHostname(req.URL.Host)]; !ok {
77 func getHostname(host string) (hostname string) { func
90 curHostname := getHostname(cur.URL.Host)
91 preHostname := getHostname(pre.URL.Host)

12345678910>>...35