Searched refs:_io_BytesIO_readinto_impl (Results 1 – 2 of 2) sorted by relevance
312 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer);329 return_value = _io_BytesIO_readinto_impl(self, &buffer); in _io_BytesIO_readinto()
564 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer) in _io_BytesIO_readinto_impl() function