OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAD_PIPENAME
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-pipe-connect-prepare.c
30
# define
BAD_PIPENAME
"bad-pipe"
32
# define
BAD_PIPENAME
"/path/to/unix/socket/that/really/should/not/be/there"
60
uv_pipe_connect(&conn_req, &pipe_handle,
BAD_PIPENAME
, connect_cb);
test-pipe-connect-error.c
29
# define
BAD_PIPENAME
"bad-pipe"
31
# define
BAD_PIPENAME
"/path/to/unix/socket/that/really/should/not/be/there"
68
uv_pipe_connect(&req, &client,
BAD_PIPENAME
, connect_cb);
test-pipe-bind-error.c
29
# define
BAD_PIPENAME
"bad-pipe"
31
# define
BAD_PIPENAME
"/path/to/unix/socket/that/really/should/not/be/there"
83
r = uv_pipe_bind(&server,
BAD_PIPENAME
);
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026