Searched refs:tdate (Results 1 – 1 of 1) sorted by relevance
1498 struct tm *tdate; in httpGetDateString() local1502 tdate = gmtime(&t); in httpGetDateString()1504 days[tdate->tm_wday], tdate->tm_mday, months[tdate->tm_mon], in httpGetDateString()1505 tdate->tm_year + 1900, tdate->tm_hour, tdate->tm_min, tdate->tm_sec); in httpGetDateString()1519 struct tm tdate; /* Time/date structure */ in httpGetDateTime() local1535 tdate.tm_mon = i; in httpGetDateTime()1536 tdate.tm_mday = day; in httpGetDateTime()1537 tdate.tm_year = year - 1900; in httpGetDateTime()1538 tdate.tm_hour = hour; in httpGetDateTime()1539 tdate.tm_min = min; in httpGetDateTime()[all …]