Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dshare.c108 if(!share->sslsession) { in curl_share_setopt()
110 share->sslsession = calloc(share->max_ssl_sessions, in curl_share_setopt()
113 if(!share->sslsession) in curl_share_setopt()
170 Curl_safefree(share->sslsession); in curl_share_setopt()
239 if(share->sslsession) { in curl_share_cleanup()
242 Curl_ssl_kill_session(&(share->sslsession[i])); in curl_share_cleanup()
243 free(share->sslsession); in curl_share_cleanup()
H A Dshare.h58 struct Curl_ssl_session *sslsession; member
H A Dsetopt.c2280 if(data->share->sslsession == data->state.session) in Curl_vsetopt()
2324 if(data->share->sslsession) { in Curl_vsetopt()
2326 data->state.session = data->share->sslsession; in Curl_vsetopt()

Completed in 4 milliseconds