Home
last modified time | relevance | path

Searched refs:_PyTime_FromTimespec (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpytime.h150 PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts);
/third_party/python/Modules/
Dtimemodule.c222 if (_PyTime_FromTimespec(&t, &ts) < 0) {
1250 if (_PyTime_FromTimespec(tp, &ts) < 0) {
1491 if (_PyTime_FromTimespec(tp, &ts) < 0) {
/third_party/python/Python/
Dpytime.c334 _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts) in _PyTime_FromTimespec() function