Home
last modified time | relevance | path

Searched refs:conn_to_port (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/lib/vtls/
H A Dvtls.c574 ((!cf->conn->bits.conn_to_port && check->conn_to_port == -1) || in Curl_ssl_getsessionid()
575 (cf->conn->bits.conn_to_port && check->conn_to_port != -1 && in Curl_ssl_getsessionid()
576 cf->conn->conn_to_port == check->conn_to_port)) && in Curl_ssl_getsessionid()
657 int conn_to_port; in Curl_ssl_addsessionid() local
685 if(cf->conn->bits.conn_to_port) in Curl_ssl_addsessionid()
686 conn_to_port = cf->conn->conn_to_port; in Curl_ssl_addsessionid()
[all...]
/third_party/curl/lib/
H A Durl.c1072 if(needle->bits.conn_to_port != check->bits.conn_to_port) in ConnectionExists()
1203 (needle->bits.conn_to_port && in ConnectionExists()
1204 needle->conn_to_port != check->conn_to_port)) in ConnectionExists()
3073 conn->conn_to_port = port;
3074 conn->bits.conn_to_port = TRUE;
3079 conn->bits.conn_to_port = FALSE;
3133 conn->conn_to_port = as->dst.port;
3134 conn->bits.conn_to_port
[all...]
H A Dhttp_proxy.c71 else if(cf->conn->bits.conn_to_port) in Curl_http_proxy_get_destination()
72 *pport = cf->conn->conn_to_port; in Curl_http_proxy_get_destination()
H A Durldata.h338 int conn_to_port; /* remote port for the connection (may be -1) */ member
511 BIT(conn_to_port); /* if set, this connection has a "connect to port"
1085 int conn_to_port; /* the remote port to connect to. valid only if member
1086 bits.conn_to_port is set */
H A Dsocks.c1169 conn->bits.conn_to_port ? conn->conn_to_port : in socks_proxy_cf_connect()
H A Dc-hyper.c1089 conn->conn_to_host.name, conn->conn_to_port); in Curl_http()
H A Dhttp.c3221 conn->conn_to_host.name, conn->conn_to_port); in Curl_http()

Completed in 21 milliseconds