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(
36 PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
74 PyAPI_FUNC(int) _Py_fstat(
78 PyAPI_FUNC(int) _Py_fstat_noraise(
82 PyAPI_FUNC(int) _Py_stat(
86 PyAPI_FUNC(int) _Py_open(
90 PyAPI_FUNC(int) _Py_open_noraise(
94 PyAPI_FUNC(FILE *) _Py_wfopen(
98 PyAPI_FUNC(FILE*) _Py_fopen(
102 PyAPI_FUNC(FILE*) _Py_fopen_obj(
106 PyAPI_FUNC(Py_ssize_t) _Py_read(
111 PyAPI_FUNC(Py_ssize_t) _Py_write(
116 PyAPI_FUNC(Py_ssize_t) _Py_write_noraise(
122 PyAPI_FUNC(int) _Py_wreadlink(
131 PyAPI_FUNC(wchar_t*) _Py_wrealpath(
140 PyAPI_FUNC(int) _Py_isabs(const wchar_t *path);
143 PyAPI_FUNC(int) _Py_abspath(const wchar_t *path, wchar_t **abspath_p);
145 PyAPI_FUNC(wchar_t*) _Py_wgetcwd(
151 PyAPI_FUNC(int) _Py_get_inheritable(int fd);
153 PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable,
156 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
159 PyAPI_FUNC(int) _Py_dup(int fd);
162 PyAPI_FUNC(int) _Py_get_blocking(int fd);
164 PyAPI_FUNC(int) _Py_set_blocking(int fd, int blocking);