Home
last modified time | relevance | path

Searched refs:uv_accept (Results 1 – 25 of 37) sorted by relevance

12

/libuv/test/
H A Dtest-ipc.c79 r = uv_accept(server, (uv_stream_t*)conn); in on_connection()
184 r = uv_accept((uv_stream_t*)pipe, (uv_stream_t*)&tcp_server); in on_read()
253 r = uv_accept((uv_stream_t*)pipe, (uv_stream_t*)&tcp_server); in on_read_listen_after_bound_twice()
264 r = uv_accept((uv_stream_t*)pipe, (uv_stream_t*)&tcp_server2); in on_read_listen_after_bound_twice()
390 r = uv_accept(handle, (uv_stream_t*)&tcp_connection); in on_read_connection()
624 r = uv_accept(server, (uv_stream_t*)&conn.conn); in ipc_on_connection()
658 r = uv_accept(server, (uv_stream_t*)conn); in ipc_on_connection_tcp_conn()
H A Dtest-pipe-connect-multiple.c53 r = uv_accept(server, (uv_stream_t*)conn); in connection_cb()
119 r = uv_accept(server, (uv_stream_t*)conn); in connection_cb2()
H A Dtest-ipc-send-recv.c131 r = uv_accept(handle, &recv->stream); in recv_cb()
342 r = uv_accept(handle, &recv->stream); in read_cb()
371 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); in listen_cb()
H A Dbenchmark-multi-accept.c126 ASSERT_OK(uv_accept(ipc_pipe, (uv_stream_t*) &pc->peer_handle)); in ipc_connection_cb()
194 ASSERT_OK(uv_accept(handle, ctx->server_handle)); in ipc_read_cb()
307 ASSERT_OK(uv_accept(server_handle, (uv_stream_t*) storage)); in sv_connection_cb()
H A Dtest-tcp-try-write-error.c66 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming)); in connection_cb()
H A Dtest-tcp-try-write.c93 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming)); in connection_cb()
H A Dtest-tcp-alloc-cb-fail.c81 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming)); in connection_cb()
H A Dtest-tcp-unexpected-read.c80 ASSERT_OK(uv_accept(handle, (uv_stream_t*) &peer_handle)); in connection_cb()
H A Dtest-tcp-write-queue-order.c90 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming)); in connection_cb()
H A Dblackhole-server.c55 r = uv_accept(stream, (uv_stream_t*)&conn->handle); in connection_cb()
H A Dtest-tcp-oob.c88 ASSERT_OK(uv_accept(handle, (uv_stream_t*) &peer_handle)); in connection_cb()
H A Dtest-tcp-read-stop-start.c93 ASSERT_OK(uv_accept(server, (uv_stream_t* )&connection)); in on_connection()
H A Dtest-tcp-write-in-a-row.c100 ASSERT_OK(uv_accept(tcp, (uv_stream_t*) &incoming)); in connection_cb()
H A Dtest-tcp-write-to-half-open-connection.c54 r = uv_accept(server, (uv_stream_t*)&tcp_peer); in connection_cb()
H A Dtest-delayed-accept.c60 r = uv_accept((uv_stream_t*)server, (uv_stream_t*)accepted_handle); in do_accept()
H A Dtest-pipe-sendmsg.c91 ASSERT_OK(uv_accept(handle, (uv_stream_t*) inc)); in read_cb()
H A Dtest-tcp-close-after-read-timeout.c105 ASSERT_OK(uv_accept(server, (uv_stream_t*) &connection)); in on_connection()
H A Dtest-tcp-close-accept.c130 ASSERT_OK(uv_accept(server, (uv_stream_t*) incoming)); in connection_cb()
H A Dtest-poll-oob.c139 ASSERT_OK(uv_accept(handle, (uv_stream_t*) &peer_handle)); in connection_cb()
/libuv/docs/code/cgi/
H A Dmain.c58 if (uv_accept(server, (uv_stream_t*) client) == 0) { in on_new_connection()
/libuv/docs/code/multi-echo-server/
H A Dworker.c70 if (uv_accept(q, (uv_stream_t*) client) == 0) { in on_new_connection()
H A Dmain.c39 if (uv_accept(server, (uv_stream_t*) client) == 0) { in on_new_connection()
/libuv/docs/code/pipe-echo-server/
H A Dmain.c62 if (uv_accept(server, (uv_stream_t*) client) == 0) { in on_new_connection()
/libuv/docs/code/tcp-echo-server/
H A Dmain.c64 if (uv_accept(server, (uv_stream_t*) client) == 0) { in on_new_connection()
/libuv/docs/src/
H A Dpipe.rst28 set, not the listening pipe that uv_accept is called on.
42 that uv_accept is called on.
153 and call ``uv_accept(pipe, handle)``.

Completed in 34 milliseconds

12