Lines Matching refs:HANDLE
36 * HANDLE os_handle[number_of_fds]
50 *((HANDLE*) ((unsigned char*) (buffer) + \
54 sizeof(HANDLE) * (fd)))
75 HANDLE handle;
98 static int uv__duplicate_handle(uv_loop_t* loop, HANDLE handle, HANDLE* dup) {
99 HANDLE current_process;
104 * NULL. Unfortunately DuplicateHandle will happily duplicate (HANDLE) -2, so
109 handle == (HANDLE) -2) {
131 static int uv__duplicate_fd(uv_loop_t* loop, int fd, HANDLE* dup) {
132 HANDLE handle;
144 int uv__create_nul_handle(HANDLE* handle_ptr,
146 HANDLE handle;
235 HANDLE child_pipe = INVALID_HANDLE_VALUE;
257 HANDLE child_handle;
307 HANDLE stream_handle, child_handle;
362 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i);
377 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i);
414 HANDLE uv__stdio_handle(BYTE* buffer, int fd) {