Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testcurl/
Dtest_post_loop.c321 long ctimeout; in testExternalPost() local
399 if ((CURLM_OK == curl_multi_timeout (multi, &ctimeout)) && in testExternalPost()
400 (ctimeout < timeout) && (ctimeout >= 0)) in testExternalPost()
401 timeout = ctimeout; in testExternalPost()
/external/jetty/src/java/org/eclipse/jetty/servlets/
DProxyServlet.java644 …long ctimeout = (_client.getTimeout() > exchange.getTimeout()) ? _client.getTimeout() : exchange.g… in service() local
648 if ( ctimeout == 0 ) in service()
654 continuation.setTimeout(ctimeout + 1000); in service()