Searched refs:overall_timeout (Results 1 – 4 of 4) sorted by relevance
396 int buf_size, int overall_timeout) in http_req_ctx_new() argument416 overall_timeout > 0 ? time(NULL) + overall_timeout : 0; in http_req_ctx_new()1021 int buf_size, int overall_timeout) in OSSL_HTTP_open() argument1069 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()
73 int buf_size, int overall_timeout);
25 int buf_size, int overall_timeout);147 If the I<overall_timeout> parameter is > 0 this indicates the maximum number of198 A value < 0 indicates that the I<overall_timeout> parameter value given
124 I<timeout> < 0 takes over any value set via the I<overall_timeout> argument of
Completed in 16 milliseconds