Searched refs:_PyTime_ObjectToTimespec (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | pytime.h | 69 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 | 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()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1212 …<elf-symbol name='_PyTime_ObjectToTimespec' type='func-type' binding='global-binding' visibility='… 17997 …_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line=… 19816 …<function-decl name='_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='.…
|