Lines Matching refs:stamp
308 struct tm stamp;
316 result = Curl_gmtime((time_t)sts->expires, &stamp);
321 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday,
322 stamp.tm_hour, stamp.tm_min, stamp.tm_sec);
338 struct tm stamp;
340 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp);
345 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday,
346 stamp.tm_hour, stamp.tm_min, stamp.tm_sec);