Home
last modified time | relevance | path

Searched refs:conn_to_host (Results 1 - 10 of 10) sorted by relevance

/third_party/curl/lib/
H A Durl.c581 Curl_free_idnconverted_hostname(&conn->conn_to_host); in conn_free()
598 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */ in conn_free()
1067 if(needle->bits.conn_to_host != check->bits.conn_to_host) in ConnectionExists()
1201 if((needle->bits.conn_to_host && !strcasecompare( in ConnectionExists()
1202 needle->conn_to_host.name, check->conn_to_host.name)) || in ConnectionExists()
2977 const char *conn_to_host,
2982 const char *ptr = conn_to_host;
3047 struct curl_slist *conn_to_host)
2975 parse_connect_to_string(struct Curl_easy *data, struct connectdata *conn, const char *conn_to_host, char **host_result, int *port_result) global() argument
3045 parse_connect_to_slist(struct Curl_easy *data, struct connectdata *conn, struct curl_slist *conn_to_host) global() argument
[all...]
H A Durldata.h332 char *conn_to_host; /* host name for the connection (may be NULL) */ member
509 BIT(conn_to_host); /* if set, this connection has a "connect to host"
927 struct hostname conn_to_host; /* the host to connect to. valid only if member
928 bits.conn_to_host is set */
1109 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
1113 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
H A Dhttp_proxy.c62 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()
H A Dconncache.c138 if(conn->bits.conn_to_host) in hashkey()
139 hostname = conn->conn_to_host.name; in hashkey()
H A Dsocks.c1162 conn->bits.conn_to_host ? in socks_proxy_cf_connect()
1163 conn->conn_to_host.name : in socks_proxy_cf_connect()
H A Dmulti.c768 conn->bits.conn_to_host ? conn->conn_to_host.dispname : in multi_done()
2055 if(conn->bits.conn_to_host)
2056 hostname = conn->conn_to_host.name;
H A Dconnect.c717 if(conn->bits.conn_to_host) in is_connected()
718 hostname = conn->conn_to_host.name; in is_connected()
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()
/third_party/curl/lib/vtls/
H A Dvtls.c571 ((!cf->conn->bits.conn_to_host && !check->conn_to_host) || in Curl_ssl_getsessionid()
572 (cf->conn->bits.conn_to_host && check->conn_to_host && in Curl_ssl_getsessionid()
573 strcasecompare(cf->conn->conn_to_host.name, check->conn_to_host))) && in Curl_ssl_getsessionid()
616 Curl_safefree(session->conn_to_host); in Curl_ssl_kill_session()
675 if(cf->conn->bits.conn_to_host) { in Curl_ssl_addsessionid()
676 clone_conn_to_host = strdup(cf->conn->conn_to_host.name); in Curl_ssl_addsessionid()
721 free(store->conn_to_host); in Curl_ssl_addsessionid()
[all...]

Completed in 26 milliseconds