Lines Matching defs:req_timeout
102 int req_timeout);
130 int req_timeout;
378 cfg.req_timeout = strtonum(arg, 0, INT_MAX, &errstr);
818 cfg.req_timeout = -1;
983 cfg.req_timeout);
1462 const char *host, OCSP_REQUEST *req, int req_timeout)
1472 if (req_timeout != -1)
1477 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) {
1485 if (req_timeout != -1 && rv <= 0) {
1488 rv = poll(pfd, 1, req_timeout * 1000);
1522 if (req_timeout == -1)
1533 rv = poll(pfd, 1, req_timeout * 1000);
1551 char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout)
1575 resp = query_responder(err, cbio, path, headers, host, req, req_timeout);