Searched refs:defport (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/urllib/ |
H A D | parse.py | 1143 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 D | urlapi.c | 1469 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 D | urldata.h | 834 int defport; /* Default port. */ member
|
H A D | http2.c | 1437 ((cf->conn->remote_port != cf->conn->given->defport) || in on_header()
|
H A D | url.c | 2053 conn->port = p->defport;
|
Completed in 16 milliseconds