Searched refs:max_pipeline_length (Results 1 – 3 of 3) sorted by relevance
132 long max_pipeline_length; /* if >0, maximum number of requests in a member
1051 static size_t max_pipeline_length(struct Curl_multi *multi) in max_pipeline_length() function1053 return multi ? multi->max_pipeline_length : 0; in max_pipeline_length()1106 max_pipeline_length(data->multi):0; in ConnectionExists()
352 multi->max_pipeline_length = 5; in Curl_multi_handle()2712 multi->max_pipeline_length = va_arg(param, long); in curl_multi_setopt()