Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dvtls.c537 char *clone_conn_to_host; in Curl_ssl_addsessionid() local
563 clone_conn_to_host = strdup(conn->conn_to_host.name); in Curl_ssl_addsessionid()
564 if(!clone_conn_to_host) { in Curl_ssl_addsessionid()
570 clone_conn_to_host = NULL; in Curl_ssl_addsessionid()
610 store->conn_to_host = clone_conn_to_host; /* clone connect to host name */ in Curl_ssl_addsessionid()
620 free(clone_conn_to_host); in Curl_ssl_addsessionid()