Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_client.c369 int buf_size, int overall_timeout) in http_req_ctx_new() argument
389 overall_timeout > 0 ? time(NULL) + overall_timeout : 0; in http_req_ctx_new()
951 int buf_size, int overall_timeout) in OSSL_HTTP_open() argument
1001 if (rbio == NULL && BIO_do_connect_retry(cbio, overall_timeout, -1) <= 0) { in OSSL_HTTP_open()
1023 buf_size, overall_timeout); in OSSL_HTTP_open()
/openssl/include/openssl/
H A Dhttp.h68 int buf_size, int overall_timeout);
/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod25 int buf_size, int overall_timeout);
143 If the I<overall_timeout> parameter is > 0 this indicates the maximum number of
191 A value < 0 indicates that the I<overall_timeout> parameter value given
H A DOSSL_HTTP_REQ_CTX.pod115 I<timeout> < 0 takes over any value set via the I<overall_timeout> argument of

Completed in 14 milliseconds