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_twice) | |
Variables | |
static uv_shutdown_t | req1 |
static uv_shutdown_t | req2 |
static int | shutdown_cb_called = 0 |
|
static |
Definition at line 35 of file test-shutdown-twice.c.
|
static |
Definition at line 46 of file test-shutdown-twice.c.
|
static |
Definition at line 39 of file test-shutdown-twice.c.
TEST_IMPL | ( | shutdown_twice | ) |
Definition at line 58 of file test-shutdown-twice.c.
|
static |
Definition at line 30 of file test-shutdown-twice.c.
|
static |
Definition at line 31 of file test-shutdown-twice.c.
|
static |
Definition at line 33 of file test-shutdown-twice.c.