Lines Matching full:tv_usec
163 if (ssl->d1->next_timeout.tv_sec == 0 && ssl->d1->next_timeout.tv_usec == 0) {
182 if (ssl->d1->next_timeout.tv_sec == 0 && ssl->d1->next_timeout.tv_usec == 0) {
193 ssl->d1->next_timeout.tv_usec <= timenow.tv_usec)) {
201 out->tv_usec -= timenow.tv_usec;
202 if (out->tv_usec < 0) {
204 out->tv_usec += 1000000;
209 if (out->tv_sec == 0 && out->tv_usec < 15000) {
225 if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0) {
304 out_clock->tv_usec = time.millitm * 1000;