Home
last modified time | relevance | path

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

/curl/lib/
H A Dmultihandle.h138 struct Curl_hash proto_hash; member
H A Dmulti.c412 Curl_hash_init(&multi->proto_hash, 23, in Curl_multi_handle()
446 Curl_hash_destroy(&multi->proto_hash); in Curl_multi_handle()
2766 Curl_hash_destroy(&multi->proto_hash);
/curl/lib/vtls/
H A Dwolfssl.c520 share = multi ? Curl_hash_pick(&multi->proto_hash, in get_cached_x509_store()
543 share = Curl_hash_pick(&multi->proto_hash, in set_cached_x509_store()
551 if(!Curl_hash_add2(&multi->proto_hash, in set_cached_x509_store()
H A Dschannel.c2824 share = Curl_hash_pick(&multi->proto_hash, in Curl_schannel_get_cached_cert_store()
2902 share = Curl_hash_pick(&multi->proto_hash, in Curl_schannel_set_cached_cert_store()
2910 if(!Curl_hash_add2(&multi->proto_hash, in Curl_schannel_set_cached_cert_store()
H A Dgtls.c614 shared_creds = Curl_hash_pick(&data->multi->proto_hash, in gtls_get_cached_creds()
658 if(!Curl_hash_add2(&data->multi->proto_hash, in gtls_set_cached_creds()
H A Dopenssl.c3365 share = multi ? Curl_hash_pick(&multi->proto_hash, in get_cached_x509_store()
3388 share = Curl_hash_pick(&multi->proto_hash, in set_cached_x509_store()
3396 if(!Curl_hash_add2(&multi->proto_hash, in set_cached_x509_store()

Completed in 41 milliseconds