Searched refs:ssl_scache (Results 1 – 7 of 7) sorted by relevance
112 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()
63 struct Curl_ssl_scache *ssl_scache; member
1585 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()
570 if(!data->state.ssl_scache) { in Curl_pretransfer()572 2, &data->state.ssl_scache); in Curl_pretransfer()
1193 struct Curl_ssl_scache *ssl_scache; /* TLS session pool */ member
752 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()
530 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