Home | History | Annotate | Download | only in ssl

Lines Matching full:tv_sec

305 	if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0)
314 s->d1->next_timeout.tv_sec += s->d1->timeout_duration;
323 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0)
332 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
333 (s->d1->next_timeout.tv_sec == timenow.tv_sec &&
342 timeleft->tv_sec -= timenow.tv_sec;
346 timeleft->tv_sec--;
354 if (timeleft->tv_sec == 0 && timeleft->tv_usec < 15000)
374 if (timeleft.tv_sec > 0 || timeleft.tv_usec > 0)
458 t->tv_sec = (long)tb.time;
463 t->tv_sec = (long)tb.time;