Lines Matching refs:PyAPI_FUNC
17 PyAPI_FUNC(_Py_error_handler) _Py_GetErrorHandler(const char *errors);
19 PyAPI_FUNC(int) _Py_DecodeLocaleEx(
27 PyAPI_FUNC(int) _Py_EncodeLocaleEx(
35 PyAPI_FUNC(char*) _Py_EncodeLocaleRaw(
39 PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
77 PyAPI_FUNC(int) _Py_fstat(
81 PyAPI_FUNC(int) _Py_fstat_noraise(
85 PyAPI_FUNC(int) _Py_stat(
89 PyAPI_FUNC(int) _Py_open(
93 PyAPI_FUNC(int) _Py_open_noraise(
97 PyAPI_FUNC(FILE *) _Py_wfopen(
101 PyAPI_FUNC(FILE*) _Py_fopen_obj(
105 PyAPI_FUNC(Py_ssize_t) _Py_read(
110 PyAPI_FUNC(Py_ssize_t) _Py_write(
115 PyAPI_FUNC(Py_ssize_t) _Py_write_noraise(
121 PyAPI_FUNC(int) _Py_wreadlink(
130 PyAPI_FUNC(wchar_t*) _Py_wrealpath(
139 PyAPI_FUNC(int) _Py_isabs(const wchar_t *path);
142 PyAPI_FUNC(int) _Py_abspath(const wchar_t *path, wchar_t **abspath_p);
144 PyAPI_FUNC(wchar_t*) _Py_wgetcwd(
150 PyAPI_FUNC(int) _Py_get_inheritable(int fd);
152 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
155 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
158 PyAPI_FUNC(int) _Py_dup(int fd);
161 PyAPI_FUNC(int) _Py_get_blocking(int fd);
163 PyAPI_FUNC(int) _Py_set_blocking(int fd, int blocking);
165 PyAPI_FUNC(void*) _Py_get_osfhandle_noraise(int fd);
167 PyAPI_FUNC(void*) _Py_get_osfhandle(int fd);
169 PyAPI_FUNC(int) _Py_open_osfhandle_noraise(void *handle, int flags);
171 PyAPI_FUNC(int) _Py_open_osfhandle(void *handle, int flags);