Searched refs:max_pipeline_length (Results 1 – 3 of 3) sorted by relevance
123 long max_pipeline_length; /* if >0, maximum number of requests in a member
319 multi->max_pipeline_length = 5; in Curl_multi_handle()2365 multi->max_pipeline_length = va_arg(param, long); in curl_multi_setopt()
3082 static size_t max_pipeline_length(struct Curl_multi *multi) in max_pipeline_length() function3084 return multi ? multi->max_pipeline_length : 0; in max_pipeline_length()3131 max_pipeline_length(data->multi):0; in ConnectionExists()