Searched refs:writeh (Results 1 – 2 of 2) sorted by relevance
/third_party/libuv/test/ |
D | test-pipe-getsockname.c | 213 HANDLE readh, writeh; in TEST_IMPL() local 219 r = CreatePipe(&readh, &writeh, NULL, 65536); in TEST_IMPL() 265 CloseHandle(writeh); in TEST_IMPL()
|
/third_party/libuv/src/win/ |
D | pipe.c | 349 HANDLE writeh; in uv_pipe() local 356 err = uv__create_pipe_pair(&readh, &writeh, read_flags, write_flags, 0, (char*) &fds[0]); in uv_pipe() 366 CloseHandle(writeh); in uv_pipe() 369 temp[1] = _open_osfhandle((intptr_t) writeh, 0); in uv_pipe() 376 CloseHandle(writeh); in uv_pipe()
|