Searched refs:canPipeline (Results 1 – 2 of 2) sorted by relevance
3109 bool canPipeline = IsPipeliningPossible(data, needle); in ConnectionExists() local3121 if(canPipeline && Curl_pipeline_site_blacklisted(data, needle)) { in ConnectionExists()3122 canPipeline = FALSE; in ConnectionExists()3139 if(canPipeline) { in ConnectionExists()3148 canPipeline = FALSE; in ConnectionExists()3172 if(canPipeline) { in ConnectionExists()3240 if(!canPipeline && check->inuse) in ConnectionExists()3352 if(canPipeline) { in ConnectionExists()
5407 not pipelining: pipeLen is zero, so the (pipeLen > 0 && !canPipeline) is