Searched refs:hPipeIn (Results 1 – 1 of 1) sorted by relevance
7198 HANDLE hPipeIn = INVALID_HANDLE_VALUE; in create_pty_only() local7209 hPipeIn = CreateNamedPipe(in_name, PIPE_ACCESS_OUTBOUND, in create_pty_only()7213 if (hPipeIn == INVALID_HANDLE_VALUE) in create_pty_only()7226 ConnectNamedPipe(hPipeIn, NULL); in create_pty_only()7245 (sock_T)hPipeIn, in create_pty_only()7255 if (hPipeIn != NULL) in create_pty_only()7256 CloseHandle(hPipeIn); in create_pty_only()