Lines Matching refs:tm_sec
191 t = t * 60 + tmP->tm_sec; in tm_to_time()
203 int tm_sec, tm_min, tm_hour, tm_mday, tm_year; in httpdate_to_timet() local
222 &tm_sec ) == 6 && in httpdate_to_timet()
230 tm.tm_sec = tm_sec; in httpdate_to_timet()
236 &tm_sec) == 6 && in httpdate_to_timet()
244 tm.tm_sec = tm_sec; in httpdate_to_timet()
249 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in httpdate_to_timet()
255 tm.tm_sec = tm_sec; in httpdate_to_timet()
263 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in httpdate_to_timet()
269 tm.tm_sec = tm_sec; in httpdate_to_timet()
278 &tm_sec ) == 7 && in httpdate_to_timet()
288 tm.tm_sec = tm_sec; in httpdate_to_timet()
294 &tm_sec ) == 7 && in httpdate_to_timet()
304 tm.tm_sec = tm_sec; in httpdate_to_timet()
309 str_wday, str_mon, &tm_mday, &tm_hour, &tm_min, &tm_sec, in httpdate_to_timet()
319 tm.tm_sec = tm_sec; in httpdate_to_timet()
369 gm.tm_sec) == strlen) in timet_to_httpdate()