Lines Matching defs:entry_id
300 char entry_id[MAX_HOSTCACHE_LEN];
303 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id));
304 entry_len = strlen(entry_id);
307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
311 create_hostcache_id("*", port, entry_id, sizeof(entry_id));
312 entry_len = strlen(entry_id);
315 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
328 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1);
454 char entry_id[MAX_HOSTCACHE_LEN];
473 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id));
474 entry_len = strlen(entry_id);
483 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len + 1,
874 char entry_id[MAX_HOSTCACHE_LEN];
887 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id));
888 entry_len = strlen(entry_id);
894 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1);
997 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id));
998 entry_len = strlen(entry_id);
1004 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1);
1016 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1);