Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Dfile.c965 HANDLE hPipeSrv, hPipeClt; in test_iocp_fileio() local
974 if (hPipeClt != INVALID_HANDLE_VALUE) in test_iocp_fileio()
981 CloseHandle(hPipeClt); in test_iocp_fileio()
993 if (hPipeClt != INVALID_HANDLE_VALUE) in test_iocp_fileio()
1012 WriteFile( hPipeClt, send_buf, TEST_BUF_LEN, &read, NULL ); in test_iocp_fileio()
1027 WriteFile( hPipeClt, send_buf, 2, &read, NULL ); in test_iocp_fileio()
1056 CloseHandle( hPipeClt ); in test_iocp_fileio()
1065 if (hPipeClt != INVALID_HANDLE_VALUE) in test_iocp_fileio()
1105 CloseHandle( hPipeClt ); in test_iocp_fileio()
1114 if (hPipeClt != INVALID_HANDLE_VALUE) in test_iocp_fileio()
[all …]