Searched refs:proto_hash (Results 1 – 6 of 6) sorted by relevance
/curl/lib/ |
H A D | multihandle.h | 141 struct Curl_hash proto_hash; member
|
H A D | multi.c | 413 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 D | wolfssl.c | 656 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 D | schannel.c | 2658 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 D | gtls.c | 615 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 D | openssl.c | 3367 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 42 milliseconds