Searched refs:defport (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | urlapi.c | 984 msnprintf(portbuf, sizeof(portbuf), "%ld", h->defport); in curl_url_get() 993 if(h && (h->defport == u->portnum) && in curl_url_get() 1043 msnprintf(portbuf, sizeof(portbuf), "%ld", h->defport); in curl_url_get() 1050 if(h && (h->defport == u->portnum) && in curl_url_get()
|
D | urldata.h | 699 long defport; /* Default port. */ member
|
D | url.c | 2292 conn->port = p->defport; in setup_connection_internals()
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 1019 def splitnport(host, defport=-1): argument 1033 return host, defport
|
/external/python/cpython2/Lib/ |
D | urllib.py | 1148 def splitnport(host, defport=-1): argument 1167 return host, defport
|
/external/curl/docs/ |
D | INTERNALS.md | 1007 ->defport is the default report TCP or UDP port this protocol uses
|