Home
last modified time | relevance | path

Searched refs:uv_pipe_bind (Results 1 – 16 of 16) sorted by relevance

/libuv/test/
H A Dtest-pipe-bind-error.c51 r = uv_pipe_bind(&server1, TEST_PIPENAME); in TEST_IMPL()
56 r = uv_pipe_bind(&server2, TEST_PIPENAME); in TEST_IMPL()
83 r = uv_pipe_bind(&server, BAD_PIPENAME); in TEST_IMPL()
103 r = uv_pipe_bind(&server, TEST_PIPENAME); in TEST_IMPL()
105 r = uv_pipe_bind(&server, TEST_PIPENAME_2); in TEST_IMPL()
148 ASSERT_EQ(uv_pipe_bind(&server, TEST_PIPENAME), UV_EINVAL); in TEST_IMPL()
H A Dtest-pipe-connect-multiple.c85 r = uv_pipe_bind(&server_handle, TEST_PIPENAME); in TEST_IMPL()
151 r = uv_pipe_bind(&server_handle, TEST_PIPENAME); in TEST_IMPL()
H A Dtest-pipe-pending-instances.c44 r = uv_pipe_bind(&pipe_handle, TEST_PIPENAME); in TEST_IMPL()
H A Dtest-ipc-send-recv.c214 r = uv_pipe_bind(&ctx.send.pipe, TEST_PIPENAME); in run_ipc_send_recv_pipe()
220 r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2); in run_ipc_send_recv_pipe()
391 r = uv_pipe_bind(&ctx2.listen, TEST_PIPENAME_3); in run_ipc_send_recv_helper()
H A Dtest-pipe-server-close.c76 r = uv_pipe_bind(&pipe_server, TEST_PIPENAME); in TEST_IMPL()
H A Dtest-pipe-set-fchmod.c40 r = uv_pipe_bind(&pipe_handle, TEST_PIPENAME); in TEST_IMPL()
H A Dtest-handle-fileno.c95 r = uv_pipe_bind(&pipe, TEST_PIPENAME); in TEST_IMPL()
H A Decho-server.c370 r = uv_pipe_bind(&pipeServer, pipeName); in pipe_echo_start()
H A Dbenchmark-pump.c410 r = uv_pipe_bind(&pipeServer, TEST_PIPENAME); in HELPER_IMPL()
H A Dbenchmark-multi-accept.c227 ASSERT_OK(uv_pipe_bind(&ctx.ipc_pipe, IPC_PIPE_NAME)); in send_listen_handles()
/libuv/docs/code/pipe-echo-server/
H A Dmain.c85 if ((r = uv_pipe_bind(&server, PIPENAME))) { in main()
/libuv/src/unix/
H A Dpipe.c56 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() function
/libuv/docs/src/
H A Dpipe.rst54 .. c:function:: int uv_pipe_bind(uv_pipe_t* handle, const char* name)
/libuv/include/
H A Duv.h859 UV_EXTERN int uv_pipe_bind(uv_pipe_t* handle, const char* name);
/libuv/src/win/
H A Dpipe.c704 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() function
/libuv/
H A DChangeLog3327 * unix: inline uv_pipe_bind() err_bind goto target (cjihrig)

Completed in 57 milliseconds