Home
last modified time | relevance | path

Searched refs:tmtotuple (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dtimemodule.c415 tmtotuple(struct tm *p in tmtotuple() function
490 return tmtotuple(&buf); in time_gmtime()
492 return tmtotuple(&buf, "UTC", 0); in time_gmtime()
530 return tmtotuple(&buf); in time_localtime()
538 return tmtotuple(&local, zone, gmtoff); in time_localtime()
/external/python/cpython2/Modules/
Dtimemodule.c248 tmtotuple(struct tm *p) in tmtotuple() function
291 return tmtotuple(p); in time_convert()