Home
last modified time | relevance | path

Searched defs:hasPort (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/net/http/
Dhttp.go50 func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") } func
/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http/httpproxy/
Dproxy.go294 func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") } func
/prebuilts/go/linux-x86/src/net/http/cookiejar/
Djar.go322 func hasPort(host string) bool { func