Searched defs:timedout (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
H A Devdns.c216 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
540 ns->timedout = 0;
1188 ns->timedout = 0;
1890 req->ns->timedout++;
1891 if (req->ns->timedout > global_max_nameserver_timeout) {
1892 req->ns->timedout = 0;

Completed in 85 milliseconds