Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dvtls.c659 char *clone_conn_to_host = NULL; in Curl_ssl_addsessionid() local
682 clone_conn_to_host = strdup(cf->conn->conn_to_host.name); in Curl_ssl_addsessionid()
683 if(!clone_conn_to_host) in Curl_ssl_addsessionid()
732 store->conn_to_host = clone_conn_to_host; /* clone connect to host name */ in Curl_ssl_addsessionid()
733 clone_conn_to_host = NULL; in Curl_ssl_addsessionid()
744 free(clone_conn_to_host); in Curl_ssl_addsessionid()

Completed in 11 milliseconds