Lines Matching refs:tm_min
190 t = t * 60 + tmP->tm_min; 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()
229 tm.tm_min = tm_min; in httpdate_to_timet()
235 &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
243 tm.tm_min = tm_min; in httpdate_to_timet()
249 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in httpdate_to_timet()
254 tm.tm_min = tm_min; in httpdate_to_timet()
263 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in httpdate_to_timet()
268 tm.tm_min = tm_min; in httpdate_to_timet()
277 str_wday, &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
287 tm.tm_min = tm_min; in httpdate_to_timet()
293 str_wday, &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in httpdate_to_timet()
303 tm.tm_min = tm_min; in httpdate_to_timet()
309 str_wday, str_mon, &tm_mday, &tm_hour, &tm_min, &tm_sec, in httpdate_to_timet()
318 tm.tm_min = tm_min; in httpdate_to_timet()
368 gm.tm_min, in timet_to_httpdate()