Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 1 of 1) sorted by last modified time

/libuv/test/
H A Dtest-ipc-send-recv.c66 static struct echo_ctx ctx2; variable
294 uv_close(&ctx2.recv.handle, NULL); in write2_cb()
295 uv_close(&ctx2.recv2.handle, NULL); in write2_cb()
320 ASSERT_PTR_EQ(pipe, &ctx2.channel); in read_cb()
324 recv = &ctx2.recv; in read_cb()
325 write_req = &ctx2.write_req; in read_cb()
327 recv = &ctx2.recv2; in read_cb()
328 write_req = &ctx2.write_req2; in read_cb()
371 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); in listen_cb()
382 memset(&ctx2, 0, sizeof(ctx2)); in run_ipc_send_recv_helper()
[all …]

Completed in 5 milliseconds