Lines Matching defs:timeout
100 return scon->c->base_server->timeout;
103 return ap_server_conf->timeout;
130 "io timeout hit (?)");
357 * fall thru to either wait for readability/timeout or
383 * Set a write timeout for this connection, and let the
448 static apr_status_t motorz_pollset_cb(motorz_core_t *mz, apr_interval_time_t timeout)
454 rc = apr_pollset_poll(mz->pollset, timeout, &num, &out_pfd);
982 apr_interval_time_t timeout = apr_time_from_msec(500);
989 timeout = (te->expires - tnow);
990 if (timeout > apr_time_from_msec(500)) {
991 timeout = apr_time_from_msec(500);
995 timeout = 0;
1000 status = motorz_pollset_cb(mz, timeout);
1329 * only do it when there's a timeout. Remember only a
1336 /* we hit a 1 second timeout in which none of the previous