Home
last modified time | relevance | path

Searched refs:overall_timeout (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c400 int buf_size, int overall_timeout) in http_req_ctx_new() argument
419 rctx->max_total_time = overall_timeout > 0 ? time(NULL) + overall_timeout : 0; in http_req_ctx_new()
1065 int buf_size, int overall_timeout) in OSSL_HTTP_open() argument
1113 if (rbio == NULL && BIO_do_connect_retry(cbio, overall_timeout, -1) <= 0) { in OSSL_HTTP_open()
1135 buf_size, overall_timeout); in OSSL_HTTP_open()
/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h78 int buf_size, int overall_timeout);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod25 int buf_size, int overall_timeout);
149 If the I<overall_timeout> parameter is > 0 this indicates the maximum number of
H A DOSSL_HTTP_REQ_CTX.pod125 I<timeout> < 0 takes over any value set via the I<overall_timeout> argument of