Searched refs:stream_handle (Results 1 – 2 of 2) sorted by relevance
308 HANDLE stream_handle, child_handle; in uv__stdio_create() local314 stream_handle = ((uv_tty_t*) stream)->handle; in uv__stdio_create()318 stream_handle = ((uv_pipe_t*) stream)->handle; in uv__stdio_create()321 stream_handle = INVALID_HANDLE_VALUE; in uv__stdio_create()325 if (stream_handle == NULL || in uv__stdio_create()326 stream_handle == INVALID_HANDLE_VALUE) { in uv__stdio_create()334 err = uv__duplicate_handle(loop, stream_handle, &child_handle); in uv__stdio_create()
28 union stream_handle { union36 typedef unsigned char handle_storage_t[sizeof(union stream_handle)];
Completed in 7 milliseconds