Lines Matching refs:fileio
18 _io_FileIO_close_impl(fileio *self);
21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored))
45 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
100 return_value = _io_FileIO___init___impl((fileio *)self, nameobj, mode, closefd, opener);
116 _io_FileIO_fileno_impl(fileio *self);
119 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored))
134 _io_FileIO_readable_impl(fileio *self);
137 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored))
152 _io_FileIO_writable_impl(fileio *self);
155 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored))
170 _io_FileIO_seekable_impl(fileio *self);
173 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored))
188 _io_FileIO_readinto_impl(fileio *self, Py_buffer *buffer);
191 _io_FileIO_readinto(fileio *self, PyObject *arg)
229 _io_FileIO_readall_impl(fileio *self);
232 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored))
251 _io_FileIO_read_impl(fileio *self, Py_ssize_t size);
254 _io_FileIO_read(fileio *self, PyObject *const *args, Py_ssize_t nargs)
289 _io_FileIO_write_impl(fileio *self, Py_buffer *b);
292 _io_FileIO_write(fileio *self, PyObject *arg)
333 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence);
336 _io_FileIO_seek(fileio *self, PyObject *const *args, Py_ssize_t nargs)
372 _io_FileIO_tell_impl(fileio *self);
375 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored))
395 _io_FileIO_truncate_impl(fileio *self, PyObject *posobj);
398 _io_FileIO_truncate(fileio *self, PyObject *const *args, Py_ssize_t nargs)
429 _io_FileIO_isatty_impl(fileio *self);
432 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored))