Lines Matching refs:timeout
250 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() argument
270 if (timeout >= 0) in OSSL_HTTP_REQ_CTX_set_expected()
271 rctx->max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_REQ_CTX_set_expected()
1107 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() argument
1127 expect_asn1, timeout, keep_alive) in OSSL_HTTP_set1_request()
1216 size_t max_resp_len, int timeout) in OSSL_HTTP_get() argument
1225 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get()
1244 buf_size, timeout); in OSSL_HTTP_get()
1263 && may_still_retry(max_time, &timeout)) { in OSSL_HTTP_get()
1309 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() argument
1317 buf_size, timeout); in OSSL_HTTP_transfer()
1318 timeout = -1; /* Already set during opening the connection */ in OSSL_HTTP_transfer()
1323 max_resp_len, timeout, keep_alive)) in OSSL_HTTP_transfer()
1386 int timeout, BIO *bio_err, const char *prog) in OSSL_HTTP_proxy_connect() argument
1396 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect()