Lines Matching defs:timeout
227 * operational if the retry timeout is elapsed.
251 * operational if the retry timeout is elapsed.
351 * If the balancer has a timeout sleep for a while
354 * By default the timeout is not set, and the server
357 if (balancer->s->timeout) {
363 apr_interval_time_t timeout = balancer->s->timeout;
365 /* Set the timeout to 0 so that we don't
368 balancer->s->timeout = 0;
369 step = timeout / 100;
370 while (tval < timeout) {
377 /* restore the timeout */
378 balancer->s->timeout = timeout;
660 "due to timeout and 'failontimeout' parameter being set",
1144 bsel->s->timeout = apr_time_from_sec(ival);
1268 " <httpd:timeout>%" APR_TIME_T_FMT "</httpd:timeout>",
1269 apr_time_sec(balancer->s->timeout));
1311 " <httpd:timeout>%" APR_TIME_T_FMT "</httpd:timeout>\n",
1312 apr_time_sec(worker->s->timeout));
1509 apr_time_sec(balancer->s->timeout));
1623 ap_rprintf(r, "value='%" APR_TIME_T_FMT "'></td></tr>\n", apr_time_sec(bsel->s->timeout));