Lines Matching refs:time_t
89 /* Convert a time_t to a PyLong. */
91 time_t sec);
93 /* Convert a PyLong to a time_t. */
94 PyAPI_FUNC(time_t) _PyLong_AsTime_t(
97 /* Convert a number of seconds, int or float, to time_t. */
100 time_t *sec,
108 time_t *sec,
117 time_t *sec,
195 except that secs is always a time_t type, whereas the timeval structure
201 time_t *secs,
283 PyAPI_FUNC(int) _PyTime_localtime(time_t t, struct tm *tm);
287 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);