Searched refs:conn_to_host (Results 1 – 10 of 10) sorted by relevance
711 Curl_free_idnconverted_hostname(&conn->conn_to_host); in conn_free()732 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */ in conn_free()1208 if(needle->bits.conn_to_host != check->bits.conn_to_host) in ConnectionExists()1344 (!needle->bits.conn_to_host || strcasecompare( in ConnectionExists()1345 needle->conn_to_host.name, check->conn_to_host.name)) && in ConnectionExists()2946 const char *conn_to_host, argument2951 const char *ptr = conn_to_host;3016 struct curl_slist *conn_to_host) argument3022 while(conn_to_host && !host && port == -1) {3023 result = parse_connect_to_string(data, conn, conn_to_host->data,[all …]
325 char *conn_to_host; /* host name for the connection (may be NULL) */ member502 BIT(conn_to_host); /* if set, this connection has a "connect to host"912 struct hostname conn_to_host; /* the host to connect to. valid only if member1100 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \1104 (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()
138 if(conn->bits.conn_to_host) in hashkey()139 hostname = conn->conn_to_host.name; in hashkey()
1136 conn->bits.conn_to_host ? in socks_proxy_cf_connect()1137 conn->conn_to_host.name : in socks_proxy_cf_connect()
713 if(conn->bits.conn_to_host) in is_connected()714 hostname = conn->conn_to_host.name; in is_connected()
790 conn->bits.conn_to_host ? conn->conn_to_host.dispname : in multi_done()2014 if(conn->bits.conn_to_host)2015 hostname = conn->conn_to_host.name;
1116 conn->conn_to_host.name, conn->conn_to_port); in Curl_http()
3299 conn->conn_to_host.name, conn->conn_to_port); in Curl_http()
436 ((!cf->conn->bits.conn_to_host && !check->conn_to_host) || in Curl_ssl_getsessionid()437 (cf->conn->bits.conn_to_host && check->conn_to_host && in Curl_ssl_getsessionid()438 strcasecompare(cf->conn->conn_to_host.name, check->conn_to_host))) && in Curl_ssl_getsessionid()480 Curl_safefree(session->conn_to_host); in Curl_ssl_kill_session()539 if(cf->conn->bits.conn_to_host) { in Curl_ssl_addsessionid()540 clone_conn_to_host = strdup(cf->conn->conn_to_host.name); in Curl_ssl_addsessionid()585 free(store->conn_to_host); in Curl_ssl_addsessionid()587 store->conn_to_host = clone_conn_to_host; /* clone connect to host name */ in Curl_ssl_addsessionid()