Searched refs:_PyTime_ObjectToTime_t (Results 1 – 5 of 5) sorted by relevance
55 PyAPI_FUNC(int) _PyTime_ObjectToTime_t(
191 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() function
470 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1) in parse_time_t_args()
3139 if (_PyTime_ObjectToTime_t(obj, &sec, round) == -1) in test_pytime_object_to_time_t()
2851 if (_PyTime_ObjectToTime_t(obj, &t, _PyTime_ROUND_FLOOR) == -1) in date_local_from_object()