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()142 Curl_safefree(share->sslsession); in curl_share_setopt()207 if(share->sslsession) { in curl_share_cleanup()210 Curl_ssl_kill_session(&(share->sslsession[i])); in curl_share_cleanup()211 free(share->sslsession); in curl_share_cleanup()
57 struct curl_ssl_session *sslsession; member
2001 if(data->share->sslsession == data->state.session) in vsetopt()2036 if(data->share->sslsession) { in vsetopt()2038 data->state.session = data->share->sslsession; in vsetopt()
73 SSLSession sslsession = conn.getSSLSession(); in getUserToken() local74 if (sslsession != null) { in getUserToken()75 userPrincipal = sslsession.getLocalPrincipal(); in getUserToken()