Home
last modified time | relevance | path

Searched refs:ssl_scache (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dshare.c112 if(!share->ssl_scache) { in curl_share_setopt()
113 if(Curl_ssl_scache_create(8, 2, &share->ssl_scache)) in curl_share_setopt()
174 if(share->ssl_scache) { in curl_share_setopt()
175 Curl_ssl_scache_destroy(share->ssl_scache); in curl_share_setopt()
176 share->ssl_scache = NULL; in curl_share_setopt()
248 if(share->ssl_scache) { in curl_share_cleanup()
249 Curl_ssl_scache_destroy(share->ssl_scache); in curl_share_cleanup()
250 share->ssl_scache = NULL; in curl_share_cleanup()
H A Dshare.h63 struct Curl_ssl_scache *ssl_scache; member
H A Dsetopt.c1585 if(data->share->ssl_scache == data->state.ssl_scache) in setopt_pointers()
1586 data->state.ssl_scache = NULL; in setopt_pointers()
1629 if(data->share->ssl_scache) in setopt_pointers()
1630 data->state.ssl_scache = data->share->ssl_scache; in setopt_pointers()
H A Dtransfer.c570 if(!data->state.ssl_scache) { in Curl_pretransfer()
572 2, &data->state.ssl_scache); in Curl_pretransfer()
H A Durldata.h1193 struct Curl_ssl_scache *ssl_scache; /* TLS session pool */ member
/curl/lib/vtls/
H A Dvtls_scache.c752 struct Curl_ssl_scache *scache = data->state.ssl_scache; in Curl_ssl_scache_put()
779 struct Curl_ssl_scache *scache = data->state.ssl_scache; in Curl_ssl_scache_take()
812 struct Curl_ssl_scache *scache = data->state.ssl_scache; in Curl_ssl_scache_add_obj()
839 struct Curl_ssl_scache *scache = data->state.ssl_scache; in Curl_ssl_scache_get_obj()
863 struct Curl_ssl_scache *scache = data->state.ssl_scache; in Curl_ssl_scache_remove_all()
H A Dvtls.c530 if(data->state.ssl_scache && !CURL_SHARE_ssl_scache(data)) { in Curl_ssl_close_all()
531 Curl_ssl_scache_destroy(data->state.ssl_scache); in Curl_ssl_close_all()
532 data->state.ssl_scache = NULL; in Curl_ssl_close_all()

Completed in 35 milliseconds