Home
last modified time | relevance | path

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

/curl/lib/
H A Dshare.c111 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()
H A Dshare.h61 struct Curl_ssl_session *sslsession; member
H A Dsetopt.c1591 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 10 milliseconds