Home
last modified time | relevance | path

Searched refs:_PyTime_ObjectToTimespec (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpytime.h69 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
/third_party/python/Python/
Dpytime.c230 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec() function
/third_party/python/Modules/
Dposixmodule.c5397 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.c3702 if (_PyTime_ObjectToTimespec(obj, &sec, &nsec, round) == -1) in test_pytime_object_to_timespec()