Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c3371 bool canPipeline = IsPipeliningPossible(data, needle); in ConnectionExists() local
3388 if(canPipeline && Curl_pipeline_site_blacklisted(data, needle)) { in ConnectionExists()
3389 canPipeline = FALSE; in ConnectionExists()
3416 if(canPipeline) { in ConnectionExists()
3425 canPipeline = FALSE; in ConnectionExists()
3431 canPipeline = FALSE; in ConnectionExists()
3436 canPipeline = FALSE; in ConnectionExists()
3457 if(canPipeline) { in ConnectionExists()
3576 if(!canPipeline && check->inuse) in ConnectionExists()
3707 if(canPipeline) { in ConnectionExists()
/external/curl/
DCHANGES.05407 not pipelining: pipeLen is zero, so the (pipeLen > 0 && !canPipeline) is