Lines Matching refs:CHECK_CLOSED
15 #define CHECK_CLOSED(self) \ macro
172 CHECK_CLOSED(self); in return_not_closed()
182 CHECK_CLOSED(self); in bytesio_flush()
194 CHECK_CLOSED(self); in bytesio_getvalue()
207 CHECK_CLOSED(self); in bytesio_isatty()
217 CHECK_CLOSED(self); in bytesio_tell()
234 CHECK_CLOSED(self); in bytesio_read()
303 CHECK_CLOSED(self); in bytesio_readline()
349 CHECK_CLOSED(self); in bytesio_readlines()
406 CHECK_CLOSED(self); in bytesio_readinto()
441 CHECK_CLOSED(self); in bytesio_truncate()
482 CHECK_CLOSED(self); in bytesio_iternext()
508 CHECK_CLOSED(self); in bytesio_seek()
567 CHECK_CLOSED(self); in bytesio_write()
594 CHECK_CLOSED(self); in bytesio_writelines()