Home
last modified time | relevance | path

Searched refs:proto_hash (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dmultihandle.h141 struct Curl_hash proto_hash; member
H A Dmulti.c413 Curl_hash_init(&multi->proto_hash, 23, in Curl_multi_handle()
447 Curl_hash_destroy(&multi->proto_hash); in Curl_multi_handle()
3124 Curl_hash_destroy(&multi->proto_hash);
/curl/lib/vtls/
H A Dwolfssl.c656 share = multi ? Curl_hash_pick(&multi->proto_hash, in get_cached_x509_store()
679 share = Curl_hash_pick(&multi->proto_hash, in set_cached_x509_store()
687 if(!Curl_hash_add2(&multi->proto_hash, in set_cached_x509_store()
H A Dschannel.c2658 share = Curl_hash_pick(&multi->proto_hash, in Curl_schannel_get_cached_cert_store()
2736 share = Curl_hash_pick(&multi->proto_hash, in Curl_schannel_set_cached_cert_store()
2744 if(!Curl_hash_add2(&multi->proto_hash, in Curl_schannel_set_cached_cert_store()
H A Dgtls.c615 shared_creds = Curl_hash_pick(&data->multi->proto_hash, in gtls_get_cached_creds()
659 if(!Curl_hash_add2(&data->multi->proto_hash, in gtls_set_cached_creds()
H A Dopenssl.c3367 share = multi ? Curl_hash_pick(&multi->proto_hash, in get_cached_x509_store()
3390 share = Curl_hash_pick(&multi->proto_hash, in set_cached_x509_store()
3398 if(!Curl_hash_add2(&multi->proto_hash, in set_cached_x509_store()

Completed in 53 milliseconds