Searched refs:ctimeout (Results 1 – 2 of 2) sorted by relevance
321 long ctimeout; in testExternalPost() local399 if ((CURLM_OK == curl_multi_timeout (multi, &ctimeout)) && in testExternalPost()400 (ctimeout < timeout) && (ctimeout >= 0)) in testExternalPost()401 timeout = ctimeout; in testExternalPost()
644 …long ctimeout = (_client.getTimeout() > exchange.getTimeout()) ? _client.getTimeout() : exchange.g… in service() local648 if ( ctimeout == 0 ) in service()654 continuation.setTimeout(ctimeout + 1000); in service()