Lines Matching defs:ts
219 struct tm *ts;
231 ts = OPENSSL_gmtime(&t, &data);
232 if (ts == NULL)
236 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
251 BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", ts->tm_year + 1900,
252 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min,
253 ts->tm_sec);