Lines Matching refs:fileio
70 } fileio; typedef
79 static PyObject* portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_erro…
84 return ((fileio *)self)->fd < 0; in _PyFileIO_closed()
91 fileio_dealloc_warn(fileio *self, PyObject *source) in fileio_dealloc_warn()
108 internal_close(fileio *self) in internal_close()
142 _io_FileIO_close_impl(fileio *self) in _io_FileIO_close_impl()
175 fileio *self; in fileio_new()
179 self = (fileio *) type->tp_alloc(type, 0); in fileio_new()
222 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
505 fileio_traverse(fileio *self, visitproc visit, void *arg)
512 fileio_clear(fileio *self)
519 fileio_dealloc(fileio *self)
555 _io_FileIO_fileno_impl(fileio *self)
570 _io_FileIO_readable_impl(fileio *self)
585 _io_FileIO_writable_impl(fileio *self)
600 _io_FileIO_seekable_impl(fileio *self)
628 _io_FileIO_readinto_impl(fileio *self, Py_buffer *buffer)
655 new_buffersize(fileio *self, size_t currentsize)
683 _io_FileIO_readall_impl(fileio *self)
785 _io_FileIO_read_impl(fileio *self, Py_ssize_t size)
844 _io_FileIO_write_impl(fileio *self, Py_buffer *b)
874 portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_error)
958 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence)
976 _io_FileIO_tell_impl(fileio *self)
998 _io_FileIO_truncate_impl(fileio *self, PyObject *posobj)
1053 mode_string(fileio *self)
1078 fileio_repr(fileio *self)
1119 _io_FileIO_isatty_impl(fileio *self)
1157 get_closed(fileio *self, void *closure)
1163 get_closefd(fileio *self, void *closure)
1169 get_mode(fileio *self, void *closure)
1183 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
1184 {"_finalizing", T_BOOL, offsetof(fileio, finalizing), 0},
1191 sizeof(fileio),
1214 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
1224 offsetof(fileio, dict), /* tp_dictoffset */