Go to the source code of this file.
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | connect_cb (uv_connect_t *req, int status) |
static void | shutdown_cb (uv_shutdown_t *req, int status) |
TEST_IMPL (shutdown_close_pipe) | |
TEST_IMPL (shutdown_close_tcp) | |
Variables | |
static int | close_cb_called = 0 |
static int | connect_cb_called = 0 |
static uv_connect_t | connect_req |
static int | shutdown_cb_called = 0 |
static uv_shutdown_t | shutdown_req |
|
static |
Definition at line 46 of file test-shutdown-close.c.
|
static |
Definition at line 51 of file test-shutdown-close.c.
|
static |
Definition at line 39 of file test-shutdown-close.c.
TEST_IMPL | ( | shutdown_close_pipe | ) |
Definition at line 92 of file test-shutdown-close.c.
TEST_IMPL | ( | shutdown_close_tcp | ) |
Definition at line 67 of file test-shutdown-close.c.
|
static |
Definition at line 36 of file test-shutdown-close.c.
|
static |
Definition at line 34 of file test-shutdown-close.c.
|
static |
Definition at line 32 of file test-shutdown-close.c.
|
static |
Definition at line 35 of file test-shutdown-close.c.
|
static |
Definition at line 31 of file test-shutdown-close.c.