Searched refs:defport (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/urllib/ |
D | parse.py | 1116 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/ |
D | urlapi.c | 1453 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()
|
D | urldata.h | 814 int defport; /* Default port. */ member
|
D | http2.c | 1444 ((cf->conn->remote_port != cf->conn->given->defport) || in on_header()
|
D | url.c | 2022 conn->port = p->defport;
|