Searched refs:max_pipeline_length (Results 1 – 3 of 3) sorted by relevance
127 long max_pipeline_length; /* if >0, maximum number of requests in a member
333 multi->max_pipeline_length = 5; in Curl_multi_handle()2675 multi->max_pipeline_length = va_arg(param, long); in curl_multi_setopt()
3155 static size_t max_pipeline_length(struct Curl_multi *multi) in max_pipeline_length() function3157 return multi ? multi->max_pipeline_length : 0; in max_pipeline_length()3210 max_pipeline_length(data->multi):0; in ConnectionExists()