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

  /external/chromium_org/third_party/libevent/
evdns.c 215 int failed_times; /* number of times which we have given this server a chance */ member in struct:nameserver
458 /* it has come back to life) times out. We increment the count of failed_times */
471 &global_nameserver_timeouts[MIN(ns->failed_times,
473 ns->failed_times++;
501 ns->failed_times = 1;
539 ns->failed_times = 0;
    [all...]

Completed in 38 milliseconds