OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ret_spdy
(Results
1 - 1
of
1
) sorted by null
/external/libmicrohttpd/src/spdy2http/
proxy.c
980
int
ret_spdy
;
local
1084
ret_spdy
= SPDY_get_timeout(daemon, &timeout_spdy);
1085
if(SPDY_NO ==
ret_spdy
|| timeout_spdy > 5000)
1089
PRINT_VERBOSE2("SPDY timeout %lld; %i", timeout_spdy,
ret_spdy
);
1134
if(ret > 0 || (SPDY_YES ==
ret_spdy
&& 0 == timeout_spdy))
[
all
...]
Completed in 682 milliseconds