Home
last modified time | relevance | path

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

/external/curl/lib/
Durlapi.c984 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()
Durldata.h699 long defport; /* Default port. */ member
Durl.c2292 conn->port = p->defport; in setup_connection_internals()
/external/python/cpython3/Lib/urllib/
Dparse.py1019 def splitnport(host, defport=-1): argument
1033 return host, defport
/external/python/cpython2/Lib/
Durllib.py1148 def splitnport(host, defport=-1): argument
1167 return host, defport
/external/curl/docs/
DINTERNALS.md1007 ->defport is the default report TCP or UDP port this protocol uses