Searched refs:hPipeOut (Results 1 – 1 of 1) sorted by relevance
7199 HANDLE hPipeOut = INVALID_HANDLE_VALUE; in create_pty_only() local7219 hPipeOut = CreateNamedPipe(out_name, PIPE_ACCESS_INBOUND, in create_pty_only()7223 if (hPipeOut == INVALID_HANDLE_VALUE) in create_pty_only()7227 ConnectNamedPipe(hPipeOut, NULL); in create_pty_only()7246 (sock_T)hPipeOut, in create_pty_only()7247 (sock_T)hPipeOut); in create_pty_only()7257 if (hPipeOut != NULL) in create_pty_only()7258 CloseHandle(hPipeOut); in create_pty_only()