Lines Matching defs:timeout
155 static winnt_conn_ctx_t *mpm_get_completion_context(int *timeout)
160 *timeout = 0;
205 *timeout = 1;
405 int timeout;
407 context = mpm_get_completion_context(&timeout);
409 if (!timeout) {
708 * assumption of timeout -1 (really, a flaw of os_sock_make and
709 * os_sock_put that it does not query to determine ->timeout).
1259 * (no more than the global server timeout period which
1263 time_remains = (int)(ap_server_conf->timeout / APR_TIME_C(1000));