Searched refs:req_timeout (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ocsp.c | 121 OCSP_REQUEST *req, int req_timeout); 259 int req_timeout = -1; in ocsp_main() local 290 req_timeout = atoi(opt_arg()); in ocsp_main() 596 if (acbio != NULL && req_timeout > 0) in ocsp_main() 622 if (!do_responder(&req, &cbio, acbio, req_timeout)) in ocsp_main() 690 port, use_ssl, headers, req_timeout); in ocsp_main() 1496 OCSP_REQUEST *req, int req_timeout) in query_responder() argument 1507 if (req_timeout != -1) in query_responder() 1512 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) { in query_responder() 1522 if (req_timeout != -1 && rv <= 0) { in query_responder() [all …]
|
H A D | apps.h | 496 int req_timeout);
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ocsp.c | 254 int req_timeout = -1; in ocsp_main() local 281 req_timeout = atoi(opt_arg()); in ocsp_main() 634 if (acbio != NULL && req_timeout > 0) in ocsp_main() 660 res = do_responder(&req, &cbio, acbio, port, req_timeout); in ocsp_main() 734 use_ssl, headers, req_timeout); in ocsp_main() 1235 int req_timeout) in process_responder() argument 1253 req_timeout, ASN1_ITEM_rptr(OCSP_RESPONSE)); in process_responder()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | request.c | 125 req_timeout(isc_task_t *task, isc_event_t *event); 741 NULL, NULL, task, req_timeout, request, in dns_request_createraw() 933 NULL, NULL, task, req_timeout, request, in dns_request_createvia() 1411 req_timeout(isc_task_t *task, isc_event_t *event) { in req_timeout() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | apps.h | 188 int req_timeout);
|