Searched refs:timedout (Results 1 – 4 of 4) sorted by relevance
63 # The following value is the shell return value of a timedout application.
216 int timedout; /* number of times in a row a request has timed out */ member540 ns->timedout = 0; in nameserver_up()1188 ns->timedout = 0; in nameserver_read()1890 req->ns->timedout++; in evdns_request_timeout_callback()1891 if (req->ns->timedout > global_max_nameserver_timeout) { in evdns_request_timeout_callback()1892 req->ns->timedout = 0; in evdns_request_timeout_callback()
1177 print HTML htmlForResultsSection(@{$tests{timedout}}, "Tests that timed out", \&linksForErrorTest);2593 timedout => "timed out",2631 my $timeoutCount = $counts{timedout} || 0;
7282 - Changed the timedout field to a more general status field.