• Home
  • Raw
  • Download

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,
511 fileio_traverse(fileio *self, visitproc visit, void *arg)
518 fileio_clear(fileio *self)
525 fileio_dealloc(fileio *self)
561 _io_FileIO_fileno_impl(fileio *self)
576 _io_FileIO_readable_impl(fileio *self)
591 _io_FileIO_writable_impl(fileio *self)
606 _io_FileIO_seekable_impl(fileio *self)
634 _io_FileIO_readinto_impl(fileio *self, Py_buffer *buffer)
661 new_buffersize(fileio *self, size_t currentsize)
689 _io_FileIO_readall_impl(fileio *self)
791 _io_FileIO_read_impl(fileio *self, Py_ssize_t size)
850 _io_FileIO_write_impl(fileio *self, Py_buffer *b)
880 portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_error)
960 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence)
978 _io_FileIO_tell_impl(fileio *self)
1000 _io_FileIO_truncate_impl(fileio *self, PyObject *posobj)
1055 mode_string(fileio *self)
1080 fileio_repr(fileio *self)
1121 _io_FileIO_isatty_impl(fileio *self)
1159 get_closed(fileio *self, void *closure)
1165 get_closefd(fileio *self, void *closure)
1171 get_mode(fileio *self, void *closure)
1185 {"_blksize", T_UINT, offsetof(fileio, blksize), 0},
1186 {"_finalizing", T_BOOL, offsetof(fileio, finalizing), 0},
1193 sizeof(fileio),
1216 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
1226 offsetof(fileio, dict), /* tp_dictoffset */