Lines Matching refs:timeout
253 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() argument
273 if (timeout >= 0) in OSSL_HTTP_REQ_CTX_set_expected()
274 rctx->max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_REQ_CTX_set_expected()
1150 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() argument
1170 expect_asn1, timeout, keep_alive) in OSSL_HTTP_set1_request()
1259 size_t max_resp_len, int timeout) in OSSL_HTTP_get() argument
1268 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get()
1287 buf_size, timeout); in OSSL_HTTP_get()
1306 && may_still_retry(max_time, &timeout)) { in OSSL_HTTP_get()
1352 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() argument
1360 buf_size, timeout); in OSSL_HTTP_transfer()
1361 timeout = -1; /* Already set during opening the connection */ in OSSL_HTTP_transfer()
1366 max_resp_len, timeout, keep_alive)) in OSSL_HTTP_transfer()
1431 int timeout, BIO *bio_err, const char *prog) in OSSL_HTTP_proxy_connect() argument
1441 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect()