Home
last modified time | relevance | path

Searched refs:canPipeline (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Durl.c3109 bool canPipeline = IsPipeliningPossible(data, needle); in ConnectionExists() local
3121 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()
/external/curl/
DCHANGES.05407 not pipelining: pipeLen is zero, so the (pipeLen > 0 && !canPipeline) is