Searched defs:time_left (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dprogress.c276 char time_left[10]; local
446 time2str(time_left, total_estimate > 0?(total_estimate - timespent):0);
482 time_left, /* 8 letters */ /* time left */
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c44 static int time_left(struct timeval *diff, struct timeval *exp) function
372 if (!time_left(&tv, &expire_at))
557 if (!time_left(&tv, &expire_at))
/external/webrtc/webrtc/modules/video_coding/test/
H A Drtp_player.cc404 int64_t time_left = (next_rtp_time_ - first_packet_rtp_time_) - local
406 if (time_left < 0) {
409 return static_cast<uint32_t>(time_left);
/external/curl/lib/vtls/
H A Dnss.c1816 const long time_left = Curl_timeleft(data, NULL, TRUE); local
1817 if(time_left < 0L) {
1824 timeout = PR_MillisecondsToInterval((PRUint32) time_left);

Completed in 199 milliseconds