Searched refs:overall_timeout (Results 1 – 4 of 4) sorted by relevance
400 int buf_size, int overall_timeout) in http_req_ctx_new() argument419 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() argument1113 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()
78 int buf_size, int overall_timeout);
25 int buf_size, int overall_timeout);149 If the I<overall_timeout> parameter is > 0 this indicates the maximum number of
125 I<timeout> < 0 takes over any value set via the I<overall_timeout> argument of