Searched refs:entry_len (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | hostip.c | 284 size_t entry_len = create_hostcache_id(hostname, 0, port, in fetch_addr() local 288 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() 309 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 335 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 476 size_t entry_len; in Curl_cache_addr() local 498 entry_len = create_hostcache_id(hostname, hostlen, port, in Curl_cache_addr() 515 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len + 1, in Curl_cache_addr() 1140 size_t entry_len; in Curl_loadhostpairs() local 1170 size_t entry_len; in Curl_loadhostpairs() local [all …]
|
Completed in 6 milliseconds