Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h184 _io__Buffered_read1_impl(buffered *self, Py_ssize_t n);
211 return_value = _io__Buffered_read1_impl(self, n); in _io__Buffered_read1()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbufferedio.c899 _io__Buffered_read1_impl(buffered *self, Py_ssize_t n) in _io__Buffered_read1_impl() function