Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dsockfilt.c456 INPUT_RECORD inputrecord; in select_ws_wait_thread() local
526 if(PeekConsoleInput(handle, &inputrecord, 1, &length)) { in select_ws_wait_thread()
528 if(length == 1 && inputrecord.EventType != KEY_EVENT) { in select_ws_wait_thread()
530 ReadConsoleInput(handle, &inputrecord, 1, &length); in select_ws_wait_thread()

Completed in 6 milliseconds