Home
last modified time | relevance | path

Searched refs:_PyTime_ObjectToTime_t (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h55 PyAPI_FUNC(int) _PyTime_ObjectToTime_t(
/external/python/cpython3/Python/
Dpytime.c191 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() function
/external/python/cpython3/Modules/
Dtimemodule.c470 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1) in parse_time_t_args()
D_testcapimodule.c3139 if (_PyTime_ObjectToTime_t(obj, &sec, round) == -1) in test_pytime_object_to_time_t()
D_datetimemodule.c2851 if (_PyTime_ObjectToTime_t(obj, &t, _PyTime_ROUND_FLOOR) == -1) in date_local_from_object()