Searched refs:_PyTime_ObjectToTimespec (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/ |
D | pytime.h | 72 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
|
/external/python/cpython3/Python/ |
D | pytime.c | 230 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec() function
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5270 if (_PyTime_ObjectToTimespec(PyTuple_GET_ITEM(times, 0), in os_utime_impl() 5272 _PyTime_ObjectToTimespec(PyTuple_GET_ITEM(times, 1), in os_utime_impl()
|
D | _testcapimodule.c | 3554 if (_PyTime_ObjectToTimespec(obj, &sec, &nsec, round) == -1) in test_pytime_object_to_timespec()
|