Lines Matching refs:uv_pipe_getsockname
71 r = uv_pipe_getsockname(&pipe_client, buf, &len); in pipe_client_connect_cb()
143 r = uv_pipe_getsockname(&pipe_server, buf, &len); in TEST_IMPL()
157 r = uv_pipe_getsockname(&pipe_server, NULL, &len); in TEST_IMPL()
160 r = uv_pipe_getsockname(&pipe_server, buf, NULL); in TEST_IMPL()
163 r = uv_pipe_getsockname(&pipe_server, NULL, NULL); in TEST_IMPL()
167 ASSERT_EQ(UV_ENOBUFS, uv_pipe_getsockname(&pipe_server, buf, &len)); in TEST_IMPL()
170 ASSERT_OK(uv_pipe_getsockname(&pipe_server, buf, &len)); in TEST_IMPL()
187 r = uv_pipe_getsockname(&pipe_client, buf, &len); in TEST_IMPL()
203 r = uv_pipe_getsockname(&pipe_client, buf, &len); in TEST_IMPL()
235 ASSERT_OK(uv_pipe_getsockname(&pipe_server, buf, &buflen)); in TEST_IMPL()
283 ASSERT_OK(uv_pipe_getsockname(&pipe_server, buf, &buflen)); in TEST_IMPL()
337 r = uv_pipe_getsockname(&pipe_client, buf1, &len1); in TEST_IMPL()
348 r = uv_pipe_getsockname(&pipe_client, buf2, &len2); in TEST_IMPL()