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

  /external/curl/tests/libtest/
lib1515.c 25 * created via CURLOPT_RESOLVE, neither after DNS_CACHE_TIMEOUT elapses
  /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...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 197 milliseconds