Lines Matching refs:PyAPI_FUNC
47 PyAPI_FUNC(PyObject *) _PyLong_FromTime_t(
51 PyAPI_FUNC(time_t) _PyLong_AsTime_t(
55 PyAPI_FUNC(int) _PyTime_ObjectToTime_t(
63 PyAPI_FUNC(int) _PyTime_ObjectToTimeval(
72 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
80 PyAPI_FUNC(_PyTime_t) _PyTime_FromSeconds(int seconds);
88 PyAPI_FUNC(_PyTime_t) _PyTime_FromNanoseconds(_PyTime_t ns);
91 PyAPI_FUNC(int) _PyTime_FromNanosecondsObject(_PyTime_t *t,
96 PyAPI_FUNC(int) _PyTime_FromSecondsObject(_PyTime_t *t,
102 PyAPI_FUNC(int) _PyTime_FromMillisecondsObject(_PyTime_t *t,
107 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
110 PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t,
114 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
119 PyAPI_FUNC(PyObject *) _PyTime_AsNanosecondsObject(_PyTime_t t);
123 PyAPI_FUNC(int) _PyTime_FromTimeval(_PyTime_t *tp, struct timeval *tv);
129 PyAPI_FUNC(int) _PyTime_AsTimeval(_PyTime_t t,
134 PyAPI_FUNC(int) _PyTime_AsTimeval_noraise(_PyTime_t t,
144 PyAPI_FUNC(int) _PyTime_AsTimevalTime_t(
153 PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts);
158 PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts);
163 PyAPI_FUNC(_PyTime_t) _PyTime_MulDiv(_PyTime_t ticks,
171 PyAPI_FUNC(_PyTime_t) _PyTime_GetSystemClock(void);
180 PyAPI_FUNC(_PyTime_t) _PyTime_GetMonotonicClock(void);
195 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
207 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
214 PyAPI_FUNC(int) _PyTime_Init(void);
218 PyAPI_FUNC(int) _PyTime_localtime(time_t t, struct tm *tm);
222 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);
229 PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void);
237 PyAPI_FUNC(int) _PyTime_GetPerfCounterWithInfo(