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.c396 int buf_size, int overall_timeout) in http_req_ctx_new() argument
416 overall_timeout > 0 ? time(NULL) + overall_timeout : 0; in http_req_ctx_new()
1021 int buf_size, int overall_timeout) in OSSL_HTTP_open() argument
1069 if (rbio == NULL && BIO_do_connect_retry(cbio, overall_timeout, -1) <= 0) { in OSSL_HTTP_open()
1091 buf_size, overall_timeout); in OSSL_HTTP_open()
/openssl/include/openssl/
H A Dhttp.h73 int buf_size, int overall_timeout);
/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod25 int buf_size, int overall_timeout);
147 If the I<overall_timeout> parameter is > 0 this indicates the maximum number of
198 A value < 0 indicates that the I<overall_timeout> parameter value given
H A DOSSL_HTTP_REQ_CTX.pod124 I<timeout> < 0 takes over any value set via the I<overall_timeout> argument of

Completed in 16 milliseconds