Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
H A Dparse.py1143 def splitnport(host, defport=-1):
1147 return _splitnport(host, defport)
1150 def _splitnport(host, defport=-1):
1164 return host, defport
/third_party/curl/lib/
H A Durlapi.c1469 msnprintf(portbuf, sizeof(portbuf), "%u", h->defport); in curl_url_get()
1477 if(h && (h->defport == u->portnum) && in curl_url_get()
1526 msnprintf(portbuf, sizeof(portbuf), "%u", h->defport); in curl_url_get()
1533 if(h && (h->defport == u->portnum) && in curl_url_get()
H A Durldata.h834 int defport; /* Default port. */ member
H A Dhttp2.c1437 ((cf->conn->remote_port != cf->conn->given->defport) || in on_header()
H A Durl.c2053 conn->port = p->defport;

Completed in 16 milliseconds