Lines Matching refs:PyAPI_FUNC
44 PyAPI_FUNC(PyObject *) _PyLong_FromTime_t(
48 PyAPI_FUNC(time_t) _PyLong_AsTime_t(
52 PyAPI_FUNC(int) _PyTime_ObjectToTime_t(
60 PyAPI_FUNC(int) _PyTime_ObjectToTimeval(
69 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
77 PyAPI_FUNC(_PyTime_t) _PyTime_FromSeconds(int seconds);
85 PyAPI_FUNC(_PyTime_t) _PyTime_FromNanoseconds(_PyTime_t ns);
88 PyAPI_FUNC(int) _PyTime_FromNanosecondsObject(_PyTime_t *t,
93 PyAPI_FUNC(int) _PyTime_FromSecondsObject(_PyTime_t *t,
99 PyAPI_FUNC(int) _PyTime_FromMillisecondsObject(_PyTime_t *t,
104 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
107 PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t,
111 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
116 PyAPI_FUNC(PyObject *) _PyTime_AsNanosecondsObject(_PyTime_t t);
120 PyAPI_FUNC(int) _PyTime_FromTimeval(_PyTime_t *tp, struct timeval *tv);
126 PyAPI_FUNC(int) _PyTime_AsTimeval(_PyTime_t t,
131 PyAPI_FUNC(int) _PyTime_AsTimeval_noraise(_PyTime_t t,
141 PyAPI_FUNC(int) _PyTime_AsTimevalTime_t(
150 PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts);
155 PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts);
160 PyAPI_FUNC(_PyTime_t) _PyTime_MulDiv(_PyTime_t ticks,
179 PyAPI_FUNC(_PyTime_t) _PyTime_GetSystemClock(void);
185 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
199 PyAPI_FUNC(_PyTime_t) _PyTime_GetMonotonicClock(void);
209 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
216 PyAPI_FUNC(int) _PyTime_localtime(time_t t, struct tm *tm);
220 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);
230 PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void);
238 PyAPI_FUNC(int) _PyTime_GetPerfCounterWithInfo(