Searched refs:sslsession (Results 1 – 3 of 3) sorted by relevance
111 if(!share->sslsession) { in curl_share_setopt()113 share->sslsession = calloc(share->max_ssl_sessions, in curl_share_setopt()116 if(!share->sslsession) in curl_share_setopt()177 Curl_safefree(share->sslsession); in curl_share_setopt()248 if(share->sslsession) { in curl_share_cleanup()251 Curl_ssl_kill_session(&(share->sslsession[i])); in curl_share_cleanup()252 free(share->sslsession); in curl_share_cleanup()
61 struct Curl_ssl_session *sslsession; member
1591 if(data->share->sslsession == data->state.session) in setopt_pointers()1635 if(data->share->sslsession) { in setopt_pointers()1637 data->state.session = data->share->sslsession; in setopt_pointers()
Completed in 12 milliseconds