Home
last modified time | relevance | path

Searched refs:_textiowrapper_decoder_setstate (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_io/
Dtextio.c2388 _textiowrapper_decoder_setstate(textio *self, cookie_type *cookie) in _textiowrapper_decoder_setstate() function
2568 if (_textiowrapper_decoder_setstate(self, &cookie) < 0) in _io_TextIOWrapper_seek_impl()
2757 if (_textiowrapper_decoder_setstate(self, &cookie) < 0) in _io_TextIOWrapper_tell_impl()
2780 if (_textiowrapper_decoder_setstate(self, &cookie) < 0) in _io_TextIOWrapper_tell_impl()
/external/python/cpython2/Modules/_io/
Dtextio.c1968 _textiowrapper_decoder_setstate(textio *self, cookie_type *cookie) in _textiowrapper_decoder_setstate() function
2130 if (_textiowrapper_decoder_setstate(self, &cookie) < 0) in textiowrapper_seek()
2266 if (_textiowrapper_decoder_setstate(self, &cookie) < 0) in textiowrapper_tell()