Lines Matching refs:uv_handle_t
45 static void close_cb(uv_handle_t* handle) { in close_cb()
57 uv_close((uv_handle_t*)process, close_cb); in exit_cb()
58 uv_close((uv_handle_t*)&in, close_cb); in exit_cb()
59 uv_close((uv_handle_t*)&out, close_cb); in exit_cb()
76 static void on_alloc(uv_handle_t* handle, in on_alloc()
198 static void on_read_alloc(uv_handle_t* handle, in on_read_alloc()
244 uv_unref((uv_handle_t*) &stdin_pipe1); in stdio_over_pipes_helper()
245 uv_unref((uv_handle_t*) &stdout_pipe1); in stdio_over_pipes_helper()
246 uv_unref((uv_handle_t*) &stdin_pipe2); in stdio_over_pipes_helper()
247 uv_unref((uv_handle_t*) &stdout_pipe2); in stdio_over_pipes_helper()
269 uv_ref((uv_handle_t*) &stdout_pipe1); in stdio_over_pipes_helper()
270 uv_ref((uv_handle_t*) &stdin_pipe1); in stdio_over_pipes_helper()
271 uv_ref((uv_handle_t*) &stdout_pipe2); in stdio_over_pipes_helper()
272 uv_ref((uv_handle_t*) &stdin_pipe2); in stdio_over_pipes_helper()
286 uv_close((uv_handle_t*)&stdin_pipe1, close_cb); in stdio_over_pipes_helper()
287 uv_close((uv_handle_t*)&stdout_pipe1, close_cb); in stdio_over_pipes_helper()
288 uv_close((uv_handle_t*)&stdin_pipe2, close_cb); in stdio_over_pipes_helper()
289 uv_close((uv_handle_t*)&stdout_pipe2, close_cb); in stdio_over_pipes_helper()