Lines Matching refs:tm_hour
189 t = t * 24 + tmP->tm_hour; in tm_to_time()
203 int tm_sec, tm_min, tm_hour, tm_mday, tm_year; in httpdate_to_timet() local
221 &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
228 tm.tm_hour = tm_hour; in httpdate_to_timet()
235 &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
242 tm.tm_hour = tm_hour; in httpdate_to_timet()
249 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in httpdate_to_timet()
253 tm.tm_hour = tm_hour; in httpdate_to_timet()
263 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in httpdate_to_timet()
267 tm.tm_hour = tm_hour; in httpdate_to_timet()
277 str_wday, &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
286 tm.tm_hour = tm_hour; in httpdate_to_timet()
293 str_wday, &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
302 tm.tm_hour = tm_hour; in httpdate_to_timet()
309 str_wday, str_mon, &tm_mday, &tm_hour, &tm_min, &tm_sec, in httpdate_to_timet()
317 tm.tm_hour = tm_hour; in httpdate_to_timet()
367 gm.tm_hour, in timet_to_httpdate()