Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dtransfer.c1624 if(port != data->info.conn_remote_port) { in Curl_follow()
1626 data->info.conn_remote_port, port); in Curl_follow()
Durldata.h1140 int conn_remote_port; /* this is the "remote port", which is the port member
Dconnect.c172 data->info.conn_remote_port = conn->remote_port; in Curl_persistconninfo()