Home
last modified time | relevance | path

Searched refs:nport (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/urllib/
Dparse.py1029 nport = int(port)
1031 nport = None
1032 return host, nport
/external/python/cpython2/Lib/
Durllib.py1163 nport = int(port)
1165 nport = None
1166 return host, nport
/external/curl/lib/
Durl.c3388 int nport; in parse_connect_to_slist() local
3394 &nalpnid, &nhost, &nport /* to */); in parse_connect_to_slist()
3402 conn->conn_to_port = nport; in parse_connect_to_slist()
3406 Curl_alpnid2str(nalpnid), hostd, nport); in parse_connect_to_slist()