Searched refs:timeleft (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_lib.c | 217 struct timeval timeleft; in dtls1_is_timer_expired() local 220 if (!DTLSv1_get_timeout(ssl, &timeleft)) { in dtls1_is_timer_expired() 225 if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0) { in dtls1_is_timer_expired()
|
/external/curl/lib/ |
D | socks.c | 61 long timeleft; in Curl_blockread_all() local 64 timeleft = Curl_timeleft(conn->data, NULL, TRUE); in Curl_blockread_all() 65 if(timeleft < 0) { in Curl_blockread_all() 70 if(Curl_socket_ready(sockfd, CURL_SOCKET_BAD, timeleft) <= 0) { in Curl_blockread_all()
|
/external/chromium-trace/catapult/telemetry/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 | 784 long timeleft; in schannel_send() local 789 timeleft = Curl_timeleft(conn->data, NULL, FALSE); in schannel_send() 790 if(timeleft < 0) { in schannel_send() 800 timeleft); in schannel_send()
|
/external/ppp/pppd/ |
D | main.c | 240 static struct timeval *timeleft __P((struct timeval *)); 663 wait_input(timeleft(&timo)); in handle_events() 1408 timeleft(tvp) in timeleft() function
|