Home
last modified time | relevance | path

Searched refs:max_total_connections (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dmultihandle.h142 long max_total_connections; /* if >0, a fixed limit of the maximum number member
H A Durl.c3428 size_t max_total_connections = Curl_multi_max_total_connections(data->multi); local
3720 (max_total_connections > 0) &&
3721 (Curl_conncache_size(data) >= max_total_connections)) {
H A Dmulti.c3362 multi->max_total_connections = va_arg(param, long);
3735 return multi ? multi->max_total_connections : 0;

Completed in 11 milliseconds