Searched refs:entry_id (Results 1 – 3 of 3) sorted by relevance
/curl/tests/unit/ |
H A D | unit1609.c | 118 void *entry_id; variable 141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 142 if(!entry_id) 145 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 146 free(entry_id); 147 entry_id = NULL;
|
H A D | unit1607.c | 122 void *entry_id; variable 140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 141 if(!entry_id) 143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 144 free(entry_id); 145 entry_id = NULL;
|
/curl/lib/ |
H A D | hostip.c | 281 char entry_id[MAX_HOSTCACHE_LEN]; in fetch_addr() local 285 entry_id, sizeof(entry_id)); in fetch_addr() 288 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 292 entry_len = create_hostcache_id("*", 1, port, entry_id, sizeof(entry_id)); in fetch_addr() 309 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 475 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_cache_addr() local 499 entry_id, sizeof(entry_id)); in Curl_cache_addr() 515 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len + 1, in Curl_cache_addr() 1135 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_loadhostpairs() local 1157 entry_id, sizeof(entry_id)); in Curl_loadhostpairs() [all …]
|
Completed in 9 milliseconds