Lines Matching refs:Py_CLEAR
277 Py_CLEAR(self->decoder); in incrementalnewlinedecoder_dealloc()
278 Py_CLEAR(self->errors); in incrementalnewlinedecoder_dealloc()
880 Py_CLEAR(self->decoder); in _textiowrapper_set_decoder()
891 Py_CLEAR(self->decoder); in _textiowrapper_set_decoder()
935 Py_CLEAR(self->encoder); in _textiowrapper_set_encoder()
1124 Py_CLEAR(self->buffer); in _io_TextIOWrapper___init___impl()
1125 Py_CLEAR(self->encoding); in _io_TextIOWrapper___init___impl()
1126 Py_CLEAR(self->encoder); in _io_TextIOWrapper___init___impl()
1127 Py_CLEAR(self->decoder); in _io_TextIOWrapper___init___impl()
1128 Py_CLEAR(self->readnl); in _io_TextIOWrapper___init___impl()
1129 Py_CLEAR(self->decoded_chars); in _io_TextIOWrapper___init___impl()
1130 Py_CLEAR(self->pending_bytes); in _io_TextIOWrapper___init___impl()
1131 Py_CLEAR(self->snapshot); in _io_TextIOWrapper___init___impl()
1132 Py_CLEAR(self->errors); in _io_TextIOWrapper___init___impl()
1133 Py_CLEAR(self->raw); in _io_TextIOWrapper___init___impl()
1167 Py_CLEAR(self->encoding); in _io_TextIOWrapper___init___impl()
1196 Py_CLEAR(self->encoding); in _io_TextIOWrapper___init___impl()
1225 Py_CLEAR(codec_info); in _io_TextIOWrapper___init___impl()
1412 Py_CLEAR(self->buffer); in textiowrapper_clear()
1413 Py_CLEAR(self->encoding); in textiowrapper_clear()
1414 Py_CLEAR(self->encoder); in textiowrapper_clear()
1415 Py_CLEAR(self->decoder); in textiowrapper_clear()
1416 Py_CLEAR(self->readnl); in textiowrapper_clear()
1417 Py_CLEAR(self->decoded_chars); in textiowrapper_clear()
1418 Py_CLEAR(self->pending_bytes); in textiowrapper_clear()
1419 Py_CLEAR(self->snapshot); in textiowrapper_clear()
1420 Py_CLEAR(self->errors); in textiowrapper_clear()
1421 Py_CLEAR(self->raw); in textiowrapper_clear()
1423 Py_CLEAR(self->dict); in textiowrapper_clear()
1740 Py_CLEAR(self->snapshot); in _io_TextIOWrapper_write_impl()
1974 Py_CLEAR(self->snapshot); in _io_TextIOWrapper_read_impl()
2021 Py_CLEAR(chunks); in _io_TextIOWrapper_read_impl()
2178 Py_CLEAR(self->snapshot); in _textiowrapper_readline()
2194 Py_CLEAR(remaining); in _textiowrapper_readline()
2251 Py_CLEAR(line); in _textiowrapper_readline()
2261 Py_CLEAR(line); in _textiowrapper_readline()
2275 Py_CLEAR(remaining); in _textiowrapper_readline()
2286 Py_CLEAR(chunks); in _textiowrapper_readline()
2512 Py_CLEAR(self->snapshot); in _io_TextIOWrapper_seek_impl()
2521 Py_CLEAR(cookieObj); in _io_TextIOWrapper_seek_impl()
2576 Py_CLEAR(self->snapshot); in _io_TextIOWrapper_seek_impl()
3082 Py_CLEAR(res); in _io_TextIOWrapper_close_impl()
3118 Py_CLEAR(self->snapshot); in textiowrapper_iternext()