Home
last modified time | relevance | path

Searched refs:stdin_handle (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dtelnet.c1307 HANDLE stdin_handle; in telnet_do() local
1358 stdin_handle = GetStdHandle(STD_INPUT_HANDLE); in telnet_do()
1362 objs[1] = stdin_handle; in telnet_do()
1364 /* If stdin_handle is a pipe, use PeekNamedPipe() method to check it, in telnet_do()
1366 if(GetFileType(stdin_handle) == FILE_TYPE_PIPE || in telnet_do()
1368 /* Don't wait for stdin_handle, just wait for event_handle */ in telnet_do()
1370 /* Check stdin_handle per 100 milliseconds */ in telnet_do()
1409 if(!PeekNamedPipe(stdin_handle, NULL, 0, NULL, in telnet_do()
1419 if(!ReadFile(stdin_handle, buffer, buf_size, in telnet_do()
1438 if(!ReadFile(stdin_handle, buffe in telnet_do()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs86 let stdin_handle = in rustfmt()
103 stdin_handle in rustfmt()

Completed in 3 milliseconds