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