Home | History | Annotate | Download | only in ssl

Lines Matching refs:tm_time

2010 	struct tm		tm_time, *tm_l, *tm_g;
2122 memset(&tm_time,0,sizeof(struct tm));
2123 if (k_gmtime(auth->ctime, &tm_time) &&
2124 ((tr = mktime(&tm_time)) != (time_t)(-1)))