OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctimeout
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/testcurl/
test_post_loop.c
321
long
ctimeout
;
local
399
if ((CURLM_OK == curl_multi_timeout (multi, &
ctimeout
)) &&
400
(
ctimeout
< timeout) && (
ctimeout
>= 0))
401
timeout =
ctimeout
;
/external/jetty/src/java/org/eclipse/jetty/servlets/
ProxyServlet.java
644
long
ctimeout
= (_client.getTimeout() > exchange.getTimeout()) ? _client.getTimeout() : exchange.getTimeout();
local
648
if (
ctimeout
== 0 )
654
continuation.setTimeout(
ctimeout
+ 1000);
Completed in 49 milliseconds