Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1603.c75 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
80 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
85 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
91 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
95 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
97 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
99 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
101 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
107 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
109 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4));
[all …]
Dunit1609.c145 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
Dunit1607.c143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
/third_party/curl/lib/
Dhash.h82 void *Curl_hash_pick(struct Curl_hash *, void *key, size_t key_len);
Dhostip.c285 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr()
292 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr()
1236 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in Curl_loadhostpairs()
Dhash.c175 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_pick() function
Dconncache.c178 bundle = Curl_hash_pick(&connc->hash, key, strlen(key)); in Curl_conncache_find_bundle()
Dmulti.c245 return Curl_hash_pick(sh, (char *)&s, sizeof(curl_socket_t)); in sh_getentry()