Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c3183 bool canPipeline = IsPipeliningPossible(data, needle); in ConnectionExists() local
3200 if(canPipeline && Curl_pipeline_site_blacklisted(data, needle)) { in ConnectionExists()
3201 canPipeline = FALSE; in ConnectionExists()
3228 if(canPipeline) { in ConnectionExists()
3237 canPipeline = FALSE; in ConnectionExists()
3243 canPipeline = FALSE; in ConnectionExists()
3248 canPipeline = FALSE; in ConnectionExists()
3269 if(canPipeline) { in ConnectionExists()
3359 if(!canPipeline && check->inuse) in ConnectionExists()
3489 if(canPipeline) { in ConnectionExists()
/external/curl/
DCHANGES.05407 not pipelining: pipeLen is zero, so the (pipeLen > 0 && !canPipeline) is