Lines Matching refs:recv
51 union handles recv;
61 union handles recv;
94 union handles* recv;
103 recv = &ctx.recv;
105 recv = &ctx.recv2;
124 r = uv_pipe_init(ctx.channel.loop, &recv->pipe, 0);
126 r = uv_tcp_init(ctx.channel.loop, &recv->tcp);
131 r = uv_accept(handle, &recv->stream);
294 uv_close(&ctx2.recv.handle, NULL);
308 union handles* recv;
324 recv = &ctx2.recv;
327 recv = &ctx2.recv2;
335 r = uv_pipe_init(ctx2.channel.loop, &recv->pipe, 0);
337 r = uv_tcp_init(ctx2.channel.loop, &recv->tcp);
342 r = uv_accept(handle, &recv->stream);
350 &recv->stream,