OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_pipe_bind2
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-pipe-getsockname.c
139
r =
uv_pipe_bind2
(&pipe_server, "bad\0path", 8, 0);
150
r =
uv_pipe_bind2
(&pipe_server, namebuf, namelen, 0);
234
ASSERT_OK(
uv_pipe_bind2
(&pipe_server, name, sizeof(name) - 1, 0));
256
ASSERT_EQ(UV_EINVAL,
uv_pipe_bind2
(&pipe_server, name, sizeof(name), 0));
282
ASSERT_OK(
uv_pipe_bind2
(&pipe_server, "", 0, 0));
301
ASSERT_EQ(UV_EINVAL,
uv_pipe_bind2
(&pipe_server, "", 0, 0));
test-pipe-bind-error.c
187
uv_pipe_bind2
(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE));
194
uv_pipe_bind2
(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE));
/src/external/mit/libuv/dist/src/unix/
pipe.c
59
return
uv_pipe_bind2
(handle, name, strlen(name), 0);
63
int
uv_pipe_bind2
(uv_pipe_t* handle,
function
/src/external/mit/libuv/dist/src/win/
pipe.c
705
return
uv_pipe_bind2
(handle, name, strlen(name), 0);
709
int
uv_pipe_bind2
(uv_pipe_t* handle,
function
/src/external/mit/libuv/dist/include/
uv.h
872
UV_EXTERN int
uv_pipe_bind2
(uv_pipe_t* handle,
Completed in 20 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026