Searched refs:req_timeout (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Docsp.c118 OCSP_REQUEST *req, int req_timeout);
147 int req_timeout = -1; local
195 req_timeout = atol(*args);
196 if (req_timeout < 0)
782 port, use_ssl, headers, req_timeout);
1288 OCSP_REQUEST *req, int req_timeout)
1298 if (req_timeout != -1)
1303 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio)))
1315 if (req_timeout != -1 && rv <= 0)
1320 tv.tv_sec = req_timeout;
1286 query_responder(BIO *err, BIO *cbio, char *path, STACK_OF(CONF_VALUE) *headers, OCSP_REQUEST *req, int req_timeout) argument
1383 process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path, char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
H A Dapps.h267 int req_timeout);

Completed in 142 milliseconds