Searched refs:BAD_PIPENAME (Results 1 – 3 of 3) sorted by relevance
30 # define BAD_PIPENAME "bad-pipe" macro32 # define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" macro60 uv_pipe_connect(&conn_req, &pipe_handle, BAD_PIPENAME, connect_cb); in prepare_cb()
29 # define BAD_PIPENAME "bad-pipe" macro31 # define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" macro68 uv_pipe_connect(&req, &client, BAD_PIPENAME, connect_cb); in TEST_IMPL()
29 # define BAD_PIPENAME "bad-pipe" macro31 # define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" macro83 r = uv_pipe_bind(&server, BAD_PIPENAME); in TEST_IMPL()
Completed in 20 milliseconds