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

  /external/curl/lib/
hostip.c 264 if((data->set.dns_cache_timeout == -1) || !data->dns.hostcache)
276 data->set.dns_cache_timeout,
312 if(dns && (data->set.dns_cache_timeout != -1)) {
317 user.cache_timeout = data->set.dns_cache_timeout;
urldata.h 1565 long dns_cache_timeout; \/* DNS cache timeout *\/ member in struct:UserDefined
    [all...]
setopt.c 126 data->set.dns_cache_timeout = arg;
    [all...]
url.c 439 set->dns_cache_timeout = 60; /* Timeout every 60 seconds by default */
    [all...]

Completed in 53 milliseconds