Searched refs:_PyTime_ObjectToTime_t (Results 1 – 5 of 5) sorted by relevance
52 PyAPI_FUNC(int) _PyTime_ObjectToTime_t(
197 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() function
469 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1)
2858 if (_PyTime_ObjectToTime_t(obj, &t, _PyTime_ROUND_FLOOR) == -1) in date_fromtimestamp()
3670 if (_PyTime_ObjectToTime_t(obj, &sec, round) == -1) in test_pytime_object_to_time_t()