Searched refs:child_handle (Results 1 – 1 of 1) sorted by relevance
/libuv/src/win/ |
H A D | process-stdio.c | 258 HANDLE child_handle; in uv__stdio_create() local 261 err = uv__duplicate_fd(loop, fdopt.data.fd, &child_handle); in uv__stdio_create() 274 switch (GetFileType(child_handle)) { in uv__stdio_create() 291 CloseHandle(child_handle); in uv__stdio_create() 302 memcpy(CHILD_STDIO_HANDLE(buffer, i), &child_handle, sizeof(HANDLE)); in uv__stdio_create() 308 HANDLE stream_handle, child_handle; in uv__stdio_create() local 334 err = uv__duplicate_handle(loop, stream_handle, &child_handle); in uv__stdio_create() 338 memcpy(CHILD_STDIO_HANDLE(buffer, i), &child_handle, sizeof(HANDLE)); in uv__stdio_create()
|
Completed in 3 milliseconds