Searched refs:sslsession (Results 1 – 4 of 4) sorted by relevance
92 if(!share->sslsession) { in curl_share_setopt()94 share->sslsession = calloc(share->max_ssl_sessions, in curl_share_setopt()97 if(!share->sslsession) in curl_share_setopt()144 Curl_safefree(share->sslsession); in curl_share_setopt()209 if(share->sslsession) { in curl_share_cleanup()212 Curl_ssl_kill_session(&(share->sslsession[i])); in curl_share_cleanup()213 free(share->sslsession); in curl_share_cleanup()
57 struct Curl_ssl_session *sslsession; member
2136 if(data->share->sslsession == data->state.session) in Curl_vsetopt()2171 if(data->share->sslsession) { in Curl_vsetopt()2173 data->state.session = data->share->sslsession; in Curl_vsetopt()
73 SSLSession sslsession = conn.getSSLSession(); in getUserToken() local74 if (sslsession != null) { in getUserToken()75 userPrincipal = sslsession.getLocalPrincipal(); in getUserToken()