Lines Matching refs:CHECK_CLOSED
33 #define CHECK_CLOSED(self) \ macro
224 CHECK_CLOSED(self); in _io_BytesIO_readable_impl()
238 CHECK_CLOSED(self); in _io_BytesIO_writable_impl()
252 CHECK_CLOSED(self); in _io_BytesIO_seekable_impl()
266 CHECK_CLOSED(self); in _io_BytesIO_flush_impl()
284 CHECK_CLOSED(self); in _io_BytesIO_getbuffer_impl()
306 CHECK_CLOSED(self); in _io_BytesIO_getvalue_impl()
337 CHECK_CLOSED(self); in _io_BytesIO_isatty_impl()
351 CHECK_CLOSED(self); in _io_BytesIO_tell_impl()
392 CHECK_CLOSED(self); in _io_BytesIO_read_impl()
442 CHECK_CLOSED(self); in _io_BytesIO_readline_impl()
469 CHECK_CLOSED(self); in _io_BytesIO_readlines_impl()
531 CHECK_CLOSED(self); in _io_BytesIO_readinto_impl()
565 CHECK_CLOSED(self); in _io_BytesIO_truncate_impl()
588 CHECK_CLOSED(self); in bytesio_iternext()
617 CHECK_CLOSED(self); in _io_BytesIO_seek_impl()
674 CHECK_CLOSED(self); in _io_BytesIO_write()
706 CHECK_CLOSED(self); in _io_BytesIO_writelines()