Searched refs:max_pipeline_length (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmultihandle.h113 long max_pipeline_length; /* if >0, maximum number of requests in a member in struct:Curl_multi
H A Dmulti.c319 multi->max_pipeline_length = 5;
2340 multi->max_pipeline_length = va_arg(param, long);
2680 return multi ? multi->max_pipeline_length : 0;

Completed in 162 milliseconds