Go to the source code of this file.
Functions | |
static void | pipe_client_connect_cb (uv_connect_t *req, int status) |
static void | pipe_close_cb (uv_handle_t *handle) |
static void | pipe_server_connection_cb (uv_stream_t *handle, int status) |
TEST_IMPL (pipe_server_close) | |
Variables | |
static uv_connect_t | connect_req |
static uv_pipe_t | pipe_client |
static int | pipe_client_connect_cb_called = 0 |
static int | pipe_close_cb_called = 0 |
static uv_pipe_t | pipe_server |
|
static |
Definition at line 44 of file test-pipe-server-close.c.
|
static |
Definition at line 37 of file test-pipe-server-close.c.
|
static |
Definition at line 55 of file test-pipe-server-close.c.
TEST_IMPL | ( | pipe_server_close | ) |
Definition at line 63 of file test-pipe-server-close.c.
|
static |
Definition at line 31 of file test-pipe-server-close.c.
|
static |
Definition at line 29 of file test-pipe-server-close.c.
|
static |
Definition at line 34 of file test-pipe-server-close.c.
|
static |
Definition at line 33 of file test-pipe-server-close.c.
|
static |
Definition at line 30 of file test-pipe-server-close.c.