Home
last modified time | relevance | path

Searched refs:maxconnects (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/lib/
H A Dconncache.c382 unsigned int maxconnects = !data->multi->maxconnects ? in Curl_conncache_return_conn() local
383 data->multi->num_easy * 4: data->multi->maxconnects; in Curl_conncache_return_conn()
387 if(maxconnects && Curl_conncache_size(data) > maxconnects) { in Curl_conncache_return_conn()
H A Dmultihandle.h159 unsigned int maxconnects; /* if >0, a fixed limit of the maximum number of member
H A Deasy.c751 curl_multi_setopt(multi, CURLMOPT_MAXCONNECTS, (long)data->set.maxconnects); in easy_perform()
H A Durldata.h1841 unsigned int maxconnects; /* Max idle connections in the connection cache */ member
H A Dsetopt.c272 data->set.maxconnects = (unsigned int)uarg; in Curl_vsetopt()
H A Dmulti.c3356 multi->maxconnects = (unsigned int)uarg;
H A Durl.c483 set->maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */ in Curl_init_userdefined()

Completed in 18 milliseconds