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