Home
last modified time | relevance | path

Searched refs:defport (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/urllib/
Dparse.py1116 def splitnport(host, defport=-1): argument
1120 return _splitnport(host, defport)
1123 def _splitnport(host, defport=-1): argument
1137 return host, defport
/third_party/curl/lib/
Durlapi.c1453 msnprintf(portbuf, sizeof(portbuf), "%u", h->defport); in curl_url_get()
1462 if(h && (h->defport == u->portnum) && in curl_url_get()
1511 msnprintf(portbuf, sizeof(portbuf), "%u", h->defport); in curl_url_get()
1518 if(h && (h->defport == u->portnum) && in curl_url_get()
Durldata.h814 int defport; /* Default port. */ member
Dhttp2.c1444 ((cf->conn->remote_port != cf->conn->given->defport) || in on_header()
Durl.c2022 conn->port = p->defport;