Home
last modified time | relevance | path

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

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