Home
last modified time | relevance | path

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

/external/curl/lib/
Dmultihandle.h126 long max_total_connections; /* if >0, a fixed limit of the maximum number member
Dmulti.c2727 multi->max_total_connections = va_arg(param, long); in curl_multi_setopt()
3074 return multi ? multi->max_total_connections : 0; in Curl_multi_max_total_connections()
Durl.c5991 size_t max_total_connections = Curl_multi_max_total_connections(data->multi); in create_conn() local
6475 data->state.conn_cache->num_connections < max_total_connections) { in create_conn()
6547 (max_total_connections > 0) && in create_conn()
6548 (data->state.conn_cache->num_connections >= max_total_connections)) { in create_conn()