Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dwinconsoleio.c546 read_console_w(HANDLE handle, DWORD maxlen, DWORD *readlen) { in read_console_w() function
686 wchar_t *wbuf = read_console_w(self->handle, wlen, &n); in readinto()
827 subbuf = read_console_w(self->handle, bufsize - len, &n); in _io__WindowsConsoleIO_readall_impl()