Searched refs:timeleft (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_lib.cc | 189 struct timeval timeleft; in dtls1_is_timer_expired() local 192 if (!DTLSv1_get_timeout(ssl, &timeleft)) { in dtls1_is_timer_expired() 197 if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0) { in dtls1_is_timer_expired()
|
/external/curl/lib/ |
D | socks.c | 60 time_t timeleft; in Curl_blockread_all() local 63 timeleft = Curl_timeleft(conn->data, NULL, TRUE); in Curl_blockread_all() 64 if(timeleft < 0) { in Curl_blockread_all() 69 if(SOCKET_READABLE(sockfd, timeleft) <= 0) { in Curl_blockread_all()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 503 timeleft = timeout - time.time() 504 if timeleft < 0: 506 _, ready, _ = select.select([], [self.fd], [], timeleft)
|
/external/curl/lib/vtls/ |
D | schannel.c | 974 time_t timeleft; in schannel_send() local 979 timeleft = Curl_timeleft(conn->data, NULL, FALSE); in schannel_send() 980 if(timeleft < 0) { in schannel_send() 989 what = SOCKET_WRITABLE(conn->sock[sockindex], timeleft); in schannel_send()
|
/external/ppp/pppd/ |
D | main.c | 237 static struct timeval *timeleft __P((struct timeval *)); 660 wait_input(timeleft(&timo)); in handle_events() 1405 timeleft(tvp) in timeleft() function
|