Searched refs:have_timeout (Results 1 - 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microspdy/
H A Ddaemon.c398 bool have_timeout; local
404 have_timeout = false;
407 if ( (! have_timeout) ||
411 have_timeout = true;
420 if (!have_timeout)
/external/fio/engines/
H A Dposixaio.c99 int have_timeout = 0; local
106 have_timeout = 1;
146 if (have_timeout) {
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c2164 int have_timeout; local
2185 have_timeout = MHD_NO;
2191 if ( (! have_timeout) ||
2199 have_timeout = MHD_YES;
2207 if ( (! have_timeout) ||
2215 have_timeout = MHD_YES;
2218 if (MHD_NO == have_timeout)

Completed in 39 milliseconds