Searched refs:max_pipeline_length (Results 1 – 3 of 3) sorted by relevance
129 long max_pipeline_length; /* if >0, maximum number of requests in a member
335 multi->max_pipeline_length = 5; in Curl_multi_handle()2710 multi->max_pipeline_length = va_arg(param, long); in curl_multi_setopt()
3343 static size_t max_pipeline_length(struct Curl_multi *multi) in max_pipeline_length() function3345 return multi ? multi->max_pipeline_length : 0; in max_pipeline_length()3398 max_pipeline_length(data->multi):0; in ConnectionExists()