Searched refs:stdin_pipe1 (Results 1 – 1 of 1) sorted by relevance
176 static uv_pipe_t stdin_pipe1; variable228 r = uv_pipe_init(loop, &stdin_pipe1, 0); in stdio_over_pipes_helper()237 uv_pipe_open(&stdin_pipe1, 0); in stdio_over_pipes_helper()244 uv_unref((uv_handle_t*) &stdin_pipe1); in stdio_over_pipes_helper()270 uv_ref((uv_handle_t*) &stdin_pipe1); in stdio_over_pipes_helper()274 r = uv_read_start((uv_stream_t*) (j == 0 ? &stdin_pipe1 : &stdin_pipe2), in stdio_over_pipes_helper()286 uv_close((uv_handle_t*)&stdin_pipe1, close_cb); in stdio_over_pipes_helper()
Completed in 15 milliseconds