Home | History | Annotate | Download | only in lib

Lines Matching refs:hostname

290                 const char *hostname,
298 /* Create an entry id, based upon the hostname and port */
299 entry_id = create_hostcache_id(hostname, port);
317 infof(data, "Hostname in DNS cache was stale, zapped\n");
333 * it discovers the handle in the state WAITRESOLVE whether the hostname
336 * lookups for the same hostname requested by different handles.
345 const char *hostname,
354 dns = fetch_addr(conn, hostname, port);
376 const char *hostname,
384 /* Create an entry id, based upon the hostname and port */
385 entry_id = create_hostcache_id(hostname, port);
444 const char *hostname,
458 dns = fetch_addr(conn, hostname, port);
461 infof(data, "Hostname %s was found in DNS cache\n", hostname);
489 hostname, port, &respwait);
510 dns = Curl_cache_addr(data, addr, hostname, port);
567 const char *hostname,
603 return Curl_resolv(conn, hostname, port, entry);
662 rc = Curl_resolv(conn, hostname, port, entry);
776 char hostname[256];
787 if(2 != sscanf(hostp->data + 1, "%255[^:]:%d", hostname, &port)) {
793 /* Create an entry id, based upon the hostname and port */
794 entry_id = create_hostcache_id(hostname, port);
820 if(3 != sscanf(hostp->data, "%255[^:]:%d:%255s", hostname, &port,
833 /* Create an entry id, based upon the hostname and port */
834 entry_id = create_hostcache_id(hostname, port);
854 dns = Curl_cache_addr(data, addr, hostname, port);
874 hostname, port, address);