Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c1392 textiowrapper_read_chunk(textio *self) in textiowrapper_read_chunk() function
1555 res = textiowrapper_read_chunk(self); in textiowrapper_read()
1720 res = textiowrapper_read_chunk(self); in _textiowrapper_readline()
/external/python/cpython3/Modules/_io/
Dtextio.c1671 textiowrapper_read_chunk(textio *self, Py_ssize_t size_hint) in textiowrapper_read_chunk() function
1864 res = textiowrapper_read_chunk(self, remaining); in _io_TextIOWrapper_read_impl()
2037 res = textiowrapper_read_chunk(self, 0); in _textiowrapper_readline()