Home
last modified time | relevance | path

Searched refs:CHECK_CLOSED (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_io/
H A Dbytesio.c55 #define CHECK_CLOSED(self) \ macro
262 CHECK_CLOSED(self); in _io_BytesIO_readable_impl()
276 CHECK_CLOSED(self); in _io_BytesIO_writable_impl()
290 CHECK_CLOSED(self); in _io_BytesIO_seekable_impl()
304 CHECK_CLOSED(self); in _io_BytesIO_flush_impl()
322 CHECK_CLOSED(self); in _io_BytesIO_getbuffer_impl()
344 CHECK_CLOSED(self); in _io_BytesIO_getvalue_impl()
375 CHECK_CLOSED(self); in _io_BytesIO_isatty_impl()
389 CHECK_CLOSED(self); in _io_BytesIO_tell_impl()
430 CHECK_CLOSED(sel in _io_BytesIO_read_impl()
[all...]
H A Dstringio.c58 #define CHECK_CLOSED(self) \ macro
281 CHECK_CLOSED(self); in _io_StringIO_getvalue_impl()
299 CHECK_CLOSED(self); in _io_StringIO_tell_impl()
322 CHECK_CLOSED(self); in _io_StringIO_read_impl()
390 CHECK_CLOSED(self); in _io_StringIO_readline_impl()
402 CHECK_CLOSED(self); in stringio_iternext()
451 CHECK_CLOSED(self); in _io_StringIO_truncate_impl()
489 CHECK_CLOSED(self); in _io_StringIO_seek_impl()
547 CHECK_CLOSED(self); in _io_StringIO_write()
769 CHECK_CLOSED(sel in _io_StringIO_readable_impl()
[all...]
H A Dbufferedio.c330 #define CHECK_CLOSED(self, error_msg) \ macro
809 CHECK_CLOSED(self, "flush of closed file") in buffered_flush()
833 CHECK_CLOSED(self, "peek of closed file") in _io__Buffered_peek_impl()
870 CHECK_CLOSED(self, "read of closed file") in _io__Buffered_read_impl()
910 CHECK_CLOSED(self, "read of closed file") in _io__Buffered_read1_impl()
953 CHECK_CLOSED(self, "readinto of closed file") in _buffered_readinto_generic()
1064 CHECK_CLOSED(self, "readline of closed file") in _buffered_readline()
1225 CHECK_CLOSED(self, "seek of closed file") in _io__Buffered_seek_impl()
1301 CHECK_CLOSED(self, "truncate of closed file") in _io__Buffered_truncate_impl()
H A Dtextio.c1430 #define CHECK_CLOSED(self) \ macro
1596 CHECK_CLOSED(self); in _io_TextIOWrapper_write_impl()
1904 CHECK_CLOSED(self); in _io_TextIOWrapper_read_impl()
2114 CHECK_CLOSED(self); in _textiowrapper_readline()
2433 CHECK_CLOSED(self); in _io_TextIOWrapper_seek_impl()
2632 CHECK_CLOSED(self); in _io_TextIOWrapper_tell_impl()
3004 CHECK_CLOSED(self); in _io_TextIOWrapper_flush_impl()

Completed in 16 milliseconds