Lines Matching defs:timeout
62 /* request timeout (sec) */
84 apr_time_t timeout;
88 server_rec *srv, apr_time_t timeout)
123 if ((rv = apr_socket_timeout_set(*newsock, timeout)) != APR_SUCCESS) {
125 "rfc1413: error setting query socket timeout");
255 d->timeout = apr_time_from_sec(atoi(arg));
265 conf->timeout = apr_time_from_sec(RFC1413_TIMEOUT);
277 conf->timeout = new->timeout_unset
278 ? old->timeout
279 : new->timeout;
294 "Identity check (RFC 1413) timeout duration (sec)"),
318 rv = rfc1413_connect(&sock, conn, srv, conf->timeout);