Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h189 _io__Buffered_read1_impl(buffered *self, Py_ssize_t n);
221 return_value = _io__Buffered_read1_impl(self, n); in _io__Buffered_read1()
/external/python/cpython3/Modules/_io/
Dbufferedio.c911 _io__Buffered_read1_impl(buffered *self, Py_ssize_t n) in _io__Buffered_read1_impl() function