Searched refs:Curl_hash_pick (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1603.c | 75 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 …]
|
D | unit1609.c | 145 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
|
D | unit1607.c | 143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
|
/third_party/curl/lib/ |
D | hash.h | 82 void *Curl_hash_pick(struct Curl_hash *, void *key, size_t key_len);
|
D | hostip.c | 285 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()
|
D | hash.c | 175 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_pick() function
|
D | conncache.c | 178 bundle = Curl_hash_pick(&connc->hash, key, strlen(key)); in Curl_conncache_find_bundle()
|
D | multi.c | 245 return Curl_hash_pick(sh, (char *)&s, sizeof(curl_socket_t)); in sh_getentry()
|