Searched refs:conn_to_host (Results 1 – 9 of 9) sorted by relevance
901 if(needle->bits.conn_to_host != conn->bits.conn_to_host) in url_match_conn()1090 needle->conn_to_host.name, conn->conn_to_host.name)) || in url_match_conn()2020 if(conn->bits.conn_to_host)2937 const char *ptr = conn_to_host;3016 conn->conn_to_host.name = host;3038 conn_to_host = conn_to_host->next;3233 ehost = conn->bits.conn_to_host ? &conn->conn_to_host : &conn->host;3325 existing->conn_to_host = temp->conn_to_host;3480 if(conn->bits.conn_to_host) {3490 if(conn->bits.conn_to_host &&[all …]
349 char *conn_to_host; /* hostname for the connection (may be NULL) */ member519 BIT(conn_to_host); /* if set, this connection has a "connect to host"822 struct hostname conn_to_host; /* the host to connect to. valid only if member1006 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \1010 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
62 if(cf->conn->bits.conn_to_host) in Curl_http_proxy_get_destination()63 *phostname = cf->conn->conn_to_host.name; in Curl_http_proxy_get_destination()
1162 conn->bits.conn_to_host ? in socks_proxy_cf_connect()1163 conn->conn_to_host.name : in socks_proxy_cf_connect()
739 if(conn->bits.conn_to_host) in is_connected()740 hostname = conn->conn_to_host.name; in is_connected()
671 conn->bits.conn_to_host ? conn->conn_to_host.dispname : in multi_done_locked()2484 if(conn->bits.conn_to_host)2485 hostname = conn->conn_to_host.name;
1053 conn->conn_to_host.name, conn->conn_to_port); in Curl_http()
2613 conn->conn_to_host.name, conn->conn_to_port); in Curl_http()
578 ((!cf->conn->bits.conn_to_host && !check->conn_to_host) || in Curl_ssl_getsessionid()579 (cf->conn->bits.conn_to_host && check->conn_to_host && in Curl_ssl_getsessionid()580 strcasecompare(cf->conn->conn_to_host.name, check->conn_to_host))) && in Curl_ssl_getsessionid()625 Curl_safefree(session->conn_to_host); in Curl_ssl_kill_session()697 if(cf->conn->bits.conn_to_host) { in Curl_ssl_set_sessionid()698 clone_conn_to_host = strdup(cf->conn->conn_to_host.name); in Curl_ssl_set_sessionid()749 free(store->conn_to_host); in Curl_ssl_set_sessionid()752 store->conn_to_host = clone_conn_to_host; /* clone connect to hostname */ in Curl_ssl_set_sessionid()
Completed in 63 milliseconds