Lines Matching defs:handle
36 uv_handle_t handle;
76 static void alloc_cb(uv_handle_t* handle,
88 static void recv_cb(uv_stream_t* handle,
98 pipe = (uv_pipe_t*) handle;
131 r = uv_accept(handle, &recv->stream);
294 uv_close(&ctx2.recv.handle, NULL);
295 uv_close(&ctx2.recv2.handle, NULL);
301 static void read_cb(uv_stream_t* handle,
319 pipe = (uv_pipe_t*) handle;
342 r = uv_accept(handle, &recv->stream);
366 static void listen_cb(uv_stream_t* handle, int status) {
368 ASSERT_PTR_EQ(handle, (uv_stream_t*)&ctx2.listen);
410 /* stdin is a duplex channel over which a handle is sent.