HomeSort by relevance Sort by last modified time
    Searched defs:next_timeout (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.cc 231 int64 next_timeout = next_task_timeout(); local
232 bool timeout_change = (previous_timeout_time == 0 && next_timeout != 0) ||
233 next_timeout < previous_timeout_time ||
235 previous_timeout_time != next_timeout);
  /external/libppp/src/
datalink.h 79 int next_timeout; /* Redial next timeout value */ member in struct:datalink::__anon10751::__anon10754
  /external/libusb/libusb/
io.c 2092 struct timeval *next_timeout; local
    [all...]
  /external/libusb_aah/libusb/
io.c 2315 struct timeval *next_timeout; local
    [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 166 struct timeval next_timeout; member in struct:bio_dgram_data_st
271 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
301 memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
345 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
724 memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));
    [all...]
  /external/openssl/include/openssl/
dtls1.h 240 struct timeval next_timeout; member in struct:dtls1_state_st
  /external/openssl/ssl/
dtls1.h 240 struct timeval next_timeout; member in struct:dtls1_state_st

Completed in 1218 milliseconds