HomeSort by relevance Sort by last modified time
    Searched refs:TIMEOUTS (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/unit/
unit1303.c 53 /* macro to set the millisecond based timeouts to use */
54 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y
59 * 00/10/01/11 timeouts set
61 * T various values on the timeouts
81 /* both timeouts set, not connecting */
87 /* both timeouts set, connecting */
129 /* both timeouts set, connecting, connect timeout the longer one */
143 TIMEOUTS(run[i].timeout_ms, run[i].connecttimeout_ms);
  /external/toybox/toys/posix/
getconf.c 79 CONF(TIMEOUTS), CONF(TIMERS), CONF(TRACE), CONF(TRACE_EVENT_FILTER),

Completed in 174 milliseconds