Home
last modified time | relevance | path

Searched refs:uv_pipe_bind2 (Results 1 - 5 of 5) sorted by relevance

/third_party/libuv/test/
H A Dtest-pipe-getsockname.c109 r = uv_pipe_bind2(&pipe_server, "bad\0path", 8, 0); in TEST_IMPL()
120 r = uv_pipe_bind2(&pipe_server, namebuf, namelen, 0); in TEST_IMPL()
192 ASSERT_OK(uv_pipe_bind2(&pipe_server, name, sizeof(name) - 1, 0)); in TEST_IMPL()
214 ASSERT_EQ(UV_EINVAL, uv_pipe_bind2(&pipe_server, name, sizeof(name), 0)); in TEST_IMPL()
H A Dtest-pipe-bind-error.c176 uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE)); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dpipe.c57 return uv_pipe_bind2(handle, name, strlen(name), 0); in uv_pipe_bind()
61 int uv_pipe_bind2(uv_pipe_t* handle, in uv_pipe_bind2() function
/third_party/libuv/src/win/
H A Dpipe.c705 return uv_pipe_bind2(handle, name, strlen(name), 0); in uv_pipe_bind()
709 int uv_pipe_bind2(uv_pipe_t* handle, in uv_pipe_bind2() function
/third_party/libuv/include/
H A Duv.h846 UV_EXTERN int uv_pipe_bind2(uv_pipe_t* handle,

Completed in 8 milliseconds