Go to the source code of this file.
Macros | |
#define | BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" |
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | connect_cb (uv_connect_t *connect_req, int status) |
static void | connect_cb_file (uv_connect_t *connect_req, int status) |
TEST_IMPL (pipe_connect_bad_name) | |
TEST_IMPL (pipe_connect_to_file) | |
Variables | |
static int | close_cb_called = 0 |
static int | connect_cb_called = 0 |
#define BAD_PIPENAME "/path/to/unix/socket/that/really/should/not/be/there" |
Definition at line 31 of file test-pipe-connect-error.c.
|
static |
Definition at line 39 of file test-pipe-connect-error.c.
|
static |
Definition at line 45 of file test-pipe-connect-error.c.
|
static |
Definition at line 52 of file test-pipe-connect-error.c.
TEST_IMPL | ( | pipe_connect_bad_name | ) |
Definition at line 59 of file test-pipe-connect-error.c.
TEST_IMPL | ( | pipe_connect_to_file | ) |
Definition at line 78 of file test-pipe-connect-error.c.
|
static |
Definition at line 35 of file test-pipe-connect-error.c.
|
static |
Definition at line 36 of file test-pipe-connect-error.c.