Searched refs:t_tm (Results 1 – 2 of 2) sorted by relevance
403 struct tm t_tm; in isc_time_parsehttptimestamp() local410 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm); in isc_time_parsehttptimestamp()414 when = isc_tm_timegm(&t_tm); in isc_time_parsehttptimestamp()
370 struct tm t_tm; in isc_time_formattimestamp() 377 p = isc_tm_strptime(buf, "%a, %d %b %Y %H:%M:%S", &t_tm); in isc_time_formattimestamp() 381 when = isc_tm_timegm(&t_tm); in isc_time_formattimestamp() 413 struct tm t_tm; isc_time_parsehttptimestamp() local