HomeSort by relevance Sort by last modified time
    Searched refs:dns_cache_timeout (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
hostip.c 261 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache)
273 data->set.dns_cache_timeout,
309 if(dns && (data->set.dns_cache_timeout != -1)) {
314 user.cache_timeout = data->set.dns_cache_timeout;
urldata.h 1570 long dns_cache_timeout; \/* DNS cache timeout *\/ member in struct:UserDefined
    [all...]
url.c 537 set->dns_cache_timeout = 60; /* Timeout every 60 seconds by default */
699 data->set.dns_cache_timeout = va_arg(param, long);
    [all...]

Completed in 56 milliseconds