Home
last modified time | relevance | path

Searched refs:Curl_hash_pick (Results 1 – 12 of 12) sorted by relevance

/curl/tests/unit/
H A Dunit1603.c84 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
89 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
94 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
100 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
104 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
106 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
108 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
110 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
116 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
118 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
[all …]
H A Dunit1609.c145 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
H A Dunit1607.c143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
/curl/lib/
H A Dhash.h96 void *Curl_hash_pick(struct Curl_hash *, void *key, size_t key_len);
H A Dhash.c193 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_pick() function
402 return Curl_hash_pick(h, &id, sizeof(id)); in Curl_hash_offt_get()
H A Dhostip.c288 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr()
295 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr()
1276 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in Curl_loadhostpairs()
H A Dconncache.c248 return Curl_hash_pick(&cpool->dest2bundle, in cpool_find_bundle()
605 bundle = Curl_hash_pick(&cpool->dest2bundle, (void *)destination, dest_len); in Curl_cpool_find()
H A Dmulti.c237 return Curl_hash_pick(sh, (char *)&s, sizeof(curl_socket_t)); in sh_getentry()
2901 !Curl_hash_pick(&entry->transfers, (char *)&data, /* hash key */
/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()
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()
H A Dgtls.c614 shared_creds = Curl_hash_pick(&data->multi->proto_hash, in gtls_get_cached_creds()
H A Dopenssl.c3375 share = multi ? Curl_hash_pick(&multi->proto_hash, in get_cached_x509_store()
3398 share = Curl_hash_pick(&multi->proto_hash, in set_cached_x509_store()

Completed in 56 milliseconds